Commit bf99eb44 by NitefullWind

1. 动画开关配置项变更为 Plugin/Animation。 2. 新增中文程序名宏。 3. 新增会员服务器设置。

parent 001bcfee
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#define FMP_INIKEY_SERVICESTARTTYPE "Service/StartType" #define FMP_INIKEY_SERVICESTARTTYPE "Service/StartType"
#define FMP_INIKEY_ENTRYSERVICE "Plugin/EntryService" #define FMP_INIKEY_ENTRYSERVICE "Plugin/EntryService"
#define FMP_INIKEY_PLUGINPATH "Plugin/Path" #define FMP_INIKEY_PLUGINPATH "Plugin/Path"
#define FMP_INIKEY_ANIMATION "Plugin/Animation"
#define FMP_INIKEY_LOGPATH "Log/Path" #define FMP_INIKEY_LOGPATH "Log/Path"
#define FMP_INIKEY_LOGSIZE "Log/Size" #define FMP_INIKEY_LOGSIZE "Log/Size"
...@@ -21,9 +22,12 @@ ...@@ -21,9 +22,12 @@
#define FMP_INIKEY_LOGINSERVER "Home/Server" #define FMP_INIKEY_LOGINSERVER "Home/Server"
#define FMP_INIKEY_LOGINSTOREID "Home/StoreId" #define FMP_INIKEY_LOGINSTOREID "Home/StoreId"
#define FMP_INIKEY_LOGINPARTNERID "Home/PartnerId" #define FMP_INIKEY_LOGINPARTNERID "Home/PartnerId"
#define FMP_INIKEY_HOMEANIMATION "Home/Animation"
#define FMP_INIKEY_HOMEPOSITION "Home/Position" #define FMP_INIKEY_HOMEPOSITION "Home/Position"
#define FMP_INIKEY_VIPSERVER "Vip/Server"
#define FMP_INIKEY_SYNCNTERVAL "Syncer/Interval" #define FMP_INIKEY_SYNCNTERVAL "Syncer/Interval"
#define FMP_APPNAME "非码POS"
#endif // FMP_SETTINGS_DEF_H #endif // FMP_SETTINGS_DEF_H
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment