From 79aa8e3fe6a338448e6b19b9f9362e05f86fd3c0 Mon Sep 17 00:00:00 2001 From: chenghuan Date: Fri, 5 Dec 2025 16:02:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locale/index.js | 5 ++--- manifest.json | 7 ++++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/locale/index.js b/locale/index.js index 2b33901..257054a 100644 --- a/locale/index.js +++ b/locale/index.js @@ -1,8 +1,7 @@ -import en from './en.json' +// import en from './en.json' import zhHans from './zh-Hans.json' // import zhHant from './zh-Hant.json' // import ja from './ja.json' export default { - 'zh-Hans': zhHans, - en + 'zh-Hans': zhHans } diff --git a/manifest.json b/manifest.json index 42f17ee..b66a3dd 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "吴门国际", "appid" : "__UNI__1250B39", "description" : "吴门国际", - "versionName" : "1.0.8", - "versionCode" : 108, + "versionName" : "1.0.9", + "versionCode" : 109, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { @@ -44,7 +44,8 @@ "targetSdkVersion" : 35, "excludePermissions" : [ "", - "" + "", + "" ] }, /* ios打包配置 */