This commit is contained in:
yziiy
2025-08-13 10:39:47 +08:00
parent da65fde285
commit 125ab7ab9d
22 changed files with 3684 additions and 1045 deletions

View File

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