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打包配置 */