diff --git a/Store_vue/components/PackageDetail.vue b/Store_vue/components/PackageDetail.vue index d2af715f..29045974 100644 --- a/Store_vue/components/PackageDetail.vue +++ b/Store_vue/components/PackageDetail.vue @@ -3,11 +3,11 @@ - + {{packageData.name}} - + diff --git a/Store_vue/components/SideMenu.vue b/Store_vue/components/SideMenu.vue index 1ca22393..90018a92 100644 --- a/Store_vue/components/SideMenu.vue +++ b/Store_vue/components/SideMenu.vue @@ -3,7 +3,7 @@ - AI助手 + AI数智员工 diff --git a/Store_vue/manifest.json b/Store_vue/manifest.json index 96cab5dc..4c22f42d 100644 --- a/Store_vue/manifest.json +++ b/Store_vue/manifest.json @@ -1,8 +1,8 @@ { - "name" : "AI助手", + "name" : "AI数智员工", "appid" : "__UNI__9421F6C", "description" : "", - "versionName" : "1.0.0", + "versionName" : "1.0.1", "versionCode" : "100", "transformPx" : false, /* 5+App特有相关 */ @@ -77,6 +77,9 @@ "spotlight@3x" : "unpackage/res/icons/120x120.png" } } + }, + "splashscreen" : { + "androidStyle" : "common" } } }, @@ -102,5 +105,7 @@ "uniStatistics" : { "enable" : false }, - "vueVersion" : "2" + "vueVersion" : "2", + "locale" : "zh-Hans", + "fallbackLocale" : "zh-Hans" } diff --git a/Store_vue/pages.json b/Store_vue/pages.json index 76bce328..427192f0 100644 --- a/Store_vue/pages.json +++ b/Store_vue/pages.json @@ -6,7 +6,7 @@ { "path": "pages/chat/index", "style": { - "navigationBarTitleText": "AI助理", + "navigationBarTitleText": "AI数智员工", "navigationStyle": "custom" } }, @@ -19,7 +19,7 @@ ], "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "AI助理", + "navigationBarTitleText": "AI数智员工", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" },