目录结构调整

This commit is contained in:
2026-02-04 23:47:45 +08:00
parent 6938c911c3
commit 6b22238c6e
8780 changed files with 15333 additions and 574 deletions

View File

@@ -0,0 +1,18 @@
{
"pages": [
"pages/index/index",
"pages/profile/profile",
"pages/calculator/calculator",
"pages/unit-converter/unit-converter",
"pages/random-draw/random-draw",
"pages/logs/logs",
"pages/webview/webview"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "道棋百宝箱",
"navigationBarBackgroundColor": "#ffffff"
},
"style": "v2",
"componentFramework": "glass-easel"
}