From d89682027e4a7670ca2a91f11cbe52afc862469b Mon Sep 17 00:00:00 2001 From: wong <106998207@qq.com> Date: Fri, 29 Aug 2025 15:16:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=BA=97=E7=AB=AF=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Store_vue/components/PackageDetail.vue | 4 ++-- Store_vue/components/SideMenu.vue | 2 +- Store_vue/manifest.json | 11 ++++++++--- Store_vue/pages.json | 4 ++-- 4 files changed, 13 insertions(+), 8 deletions(-) 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" },