update to 2.10.2

detail for update:
change domain name to "bazaar1688.duckdns.org"
This commit is contained in:
shouchih_chen 2025-06-01 19:49:51 +08:00
parent 267157e9f7
commit fc685d47ce
6 changed files with 970 additions and 185 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/buildwed
/NameCreater/*.aps
/buildweb/
/NameCreater/build/*

View File

@ -33,7 +33,7 @@
//#define FONT_CHT_URL "https://bazaar1688.ddns.net/font/TaiwanPearl-SemiBold.ttf"
#define FONT_JSON_URL "https://bazaar1688.ddns.net/font/fonts.json"
#define FONT_JSON_URL "https://namecreater.bazaar1688.duckdns.org/font/fonts.json"
//#define FONT_CHT_URL "http://45.32.51.135/font/TaiwanPearl-SemiBold.ttf"

File diff suppressed because it is too large Load Diff

View File

@ -57,7 +57,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="QtSettings">
<QtInstall>$(DefaultQtVersion)</QtInstall>
<QtModules>core;gui;widgets;network;core5compat</QtModules>
<QtModules>core;gui;widgets;network</QtModules>
<QtBuildConfig>debug</QtBuildConfig>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|Win32'" Label="QtSettings">

View File

@ -12,8 +12,5 @@ protected:
public:
virtual void generaImageFromCSV(Name_Type_e type, const QString& filename, const QByteArray& filecontent, const QFont& font, const QColor& font_color);
};

View File

@ -1,7 +1,7 @@
#ifndef DEF_H
#define DEF_H
#define VERSION "v2.10.1"
#define VERSION "v2.10.2"
#endif // DEF_H