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",
"configurations" : [
{
"app-plus" :
{
"app-plus" : {
"launchtype" : "remote"
},
"default" :
{
"default" : {
"launchtype" : "local"
},
"h5" :
{
"h5" : {
"launchtype" : "local"
},
"provider" : "aliyun",
@@ -24,7 +21,7 @@
"type" : "uni-app:app-android"
},
{
"playground" : "custom",
"playground" : "standard",
"type" : "uni-app:app-ios"
},
{

View File

@@ -6,10 +6,12 @@
"request" : 3000
},
"transformPx" : false,
"icons": [{
"icons" : [
{
"sizes" : "分辨率192x192",
"src" : "图片路径"
}],
}
],
"versionName" : "1.0.18",
"versionCode" : 1018,
"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