Browse Source

017多语言处理

wbspool 1 year ago
parent
commit
b3569dfe89

+ 2 - 2
BusinessAirFryer/src/main/assets/lang_config_011.json

@@ -5,7 +5,7 @@
       "value": "PL",
       "icon": "icon_lang_pl",
       "showName": "Polski",
-      "show": false
+      "show": true
     },
     {
       "name": "German(德语)",
@@ -131,7 +131,7 @@
       "value": "UK",
       "icon": "icon_lang_uk",
       "showName": "Українська",
-      "show": false
+      "show": true
     },
     {
       "name": "Arabic(阿拉伯语)",

+ 1 - 1
app/build.gradle

@@ -12,7 +12,7 @@ ext{
 
     versionCode=Integer.parseInt(new SimpleDateFormat("yyMMddHH").format(new Date()) + 1)
 //    versionCode=230617180
-    brandCode="017A"
+    brandCode="011A"
     model="1039"
 
 }

+ 1 - 1
libBase/src/main/java/com/develop/base/ext/GlobaExt.kt

@@ -191,7 +191,7 @@ fun getSN(): String {
 
 
 
-//    return "000A10390020123010190009"
+//    return "017A10390020123010190001"
 
     //通过反射获取sn号
     try {