fix:修改图标和其他

This commit is contained in:
2026-03-07 02:02:22 +07:00
parent d874620a83
commit 67495ea864
653 changed files with 78983 additions and 816 deletions

View File

@@ -3,17 +3,28 @@
"configurations" : [
{
"customPlaygroundType" : "device",
"openVueDevtools" : false,
"playground" : "standard",
"type" : "uni-app:app-ios"
},
{
"customPlaygroundType" : "local",
"openVueDevtools" : false,
"playground" : "custom",
"type" : "uni-app:app-android"
},
{
"openVueDevtools" : true,
"type" : "uni-app:miniProgram"
},
{
"openVueDevtools" : true,
"type" : "uni-app:h5"
},
{
"customPlaygroundType" : "device",
"playground" : "custom",
"type" : "uni-app:app-ios_simulator"
}
]
}