|
@@ -69,8 +69,8 @@
|
|
#define STORE_MAC_ADDR "mac_addr"
|
|
#define STORE_MAC_ADDR "mac_addr"
|
|
|
|
|
|
#define STORE_LANG "language"
|
|
#define STORE_LANG "language"
|
|
-//static std::string defaultLang = "zh_CN";
|
|
|
|
-static std::string defaultLang = "en_US";
|
|
|
|
|
|
+static std::string defaultLang = "zh_CN";
|
|
|
|
+//static std::string defaultLang = "en_US";
|
|
|
|
|
|
static uint32_t redLightColour = 0xFFFEB8BF;
|
|
static uint32_t redLightColour = 0xFFFEB8BF;
|
|
static uint32_t redDeepColour = 0xFFF78B8F;
|
|
static uint32_t redDeepColour = 0xFFF78B8F;
|
|
@@ -78,10 +78,10 @@ static uint32_t buleLightColour = 0xFF759FFF;
|
|
static uint32_t buleDeepColour = 0xFF3A78EF;
|
|
static uint32_t buleDeepColour = 0xFF3A78EF;
|
|
static uint32_t whiteColour = 0xFFFFFFFF;
|
|
static uint32_t whiteColour = 0xFFFFFFFF;
|
|
static int defaultThemeInt = 1;
|
|
static int defaultThemeInt = 1;
|
|
-static int defaultModeInt = 3;
|
|
|
|
|
|
+static int defaultModeInt = 1;
|
|
|
|
|
|
-static std::string versionCode = "v2.0.17";
|
|
|
|
-static int versionNo = 64;
|
|
|
|
|
|
+static std::string versionCode = "v2.0.18";
|
|
|
|
+static int versionNo = 65;
|
|
static std::string serverIP = "172.28.100.100";
|
|
static std::string serverIP = "172.28.100.100";
|
|
static std::string tcpIP = "172.28.100.100";
|
|
static std::string tcpIP = "172.28.100.100";
|
|
static int serverHttpPort = 8006;
|
|
static int serverHttpPort = 8006;
|