更改项目

This commit is contained in:
yziiy
2025-08-13 10:51:01 +08:00
parent 7e21160e13
commit e33b97fc90
23 changed files with 3685 additions and 1046 deletions

View File

@@ -10,6 +10,14 @@
"backgroundColor": "#00000000",
"webview": {
"transparent": "always" // 确保 Webview 透明
},
"packOptions": {
"ignore":[
{
"type":"folder",
"value":"node_modules"
}
]
},
/* 5+App */
"usingComponents": true,