2 Коммиты 75fac19a4f ... b3569dfe89

Автор SHA1 Сообщение Дата
  wbspool b3569dfe89 017多语言处理 11 месяцев назад
  wbspool 9274ba9f4b 017多语言处理 11 месяцев назад

+ 1 - 1
BusinessAirFryer/src/main/assets/config.json

@@ -80,7 +80,7 @@
       "bg": "cm_icon_cook_eggs",
       "icon": "cm_icon_cook_eggs",
       "devMode": "SOUP",
-      "listShow": true
+      "listShow": false
     },
 
     {

+ 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(阿拉伯语)",

BIN
BusinessCommon/src/main/res/drawable-xxxhdpi/splash_logo_017.png


+ 2 - 2
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"
 
 }
@@ -83,7 +83,7 @@ android {
             dimension "platform"
             applicationId "com.develop.foodcooking"
             buildConfigField("String", "UpdatePlatform", "\"normal\"")
-            resValue("string", "app_theme", "@style/SplashTheme")
+            resValue("string", "app_theme", "@style/Splash017Theme")
 
         }
 

+ 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 {