This commit is contained in:
2024-10-16 17:13:46 +08:00
parent ac451d6403
commit 21b737052b
5 changed files with 523 additions and 524 deletions

View File

@@ -4,16 +4,13 @@
"version" : "0.0", "version" : "0.0",
"configurations" : [ "configurations" : [
{ {
"app-plus" : "app-plus" : {
{
"launchtype" : "remote" "launchtype" : "remote"
}, },
"default" : "default" : {
{
"launchtype" : "local" "launchtype" : "local"
}, },
"h5" : "h5" : {
{
"launchtype" : "local" "launchtype" : "local"
}, },
"provider" : "aliyun", "provider" : "aliyun",
@@ -24,7 +21,7 @@
"type" : "uni-app:app-android" "type" : "uni-app:app-android"
}, },
{ {
"playground" : "custom", "playground" : "standard",
"type" : "uni-app:app-ios" "type" : "uni-app:app-ios"
}, },
{ {

View File

@@ -6,10 +6,12 @@
"request" : 3000 "request" : 3000
}, },
"transformPx" : false, "transformPx" : false,
"icons": [{ "icons" : [
{
"sizes" : "分辨率192x192", "sizes" : "分辨率192x192",
"src" : "图片路径" "src" : "图片路径"
}], }
],
"versionName" : "1.0.18", "versionName" : "1.0.18",
"versionCode" : 1018, "versionCode" : 1018,
"app-plus" : { "app-plus" : {
@@ -268,3 +270,4 @@
} }
} }
// 小程序特有相关 // 小程序特有相关

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB