修改配置

This commit is contained in:
GGJ
2025-05-29 16:03:08 +08:00
parent 6fdf428b89
commit 05137b544b
3 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
{ {
"prompt": "template" "prompt" : "template"
} }

View File

@@ -2,8 +2,8 @@
"name" : "灿能云", "name" : "灿能云",
"appid" : "__UNI__9894FCF", "appid" : "__UNI__9894FCF",
"description" : "", "description" : "",
"versionName" : "1.2.1", "versionName" : "1.2.3",
"versionCode" : 121, "versionCode" : 123,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {
@@ -61,7 +61,8 @@
/* ios */ /* ios */
"ios" : { "ios" : {
"UIUserInterfaceStyle" : "Automatic", "UIUserInterfaceStyle" : "Automatic",
"dSYMs" : false "dSYMs" : false,
"idfa" : false
}, },
/* SDK */ /* SDK */
"sdkConfigs" : { "sdkConfigs" : {

View File

@@ -4,7 +4,7 @@
<view class="error-block"> <view class="error-block">
<image src="/static/pic/aboutUs.png" class="us-pic"></image> <image src="/static/pic/aboutUs.png" class="us-pic"></image>
<view class="us-text"> <view class="us-text">
灿能云 1.2.1 灿能云 1.2.2
</view> </view>
</view> </view>
</view> </view>