Browse Source

017多语言处理

wbspool 11 months ago
parent
commit
9274ba9f4b

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

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


+ 1 - 1
app/build.gradle

@@ -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")
 
         }