第一次上传

This commit is contained in:
xxk
2026-06-11 09:53:11 +08:00
commit e257f2009e
89 changed files with 4336 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"pages": [
"pages/home/index",
"pages/bills/index",
"pages/budget/index",
"pages/stats/index",
"pages/mine/index",
"pages/mine/profile/index",
"pages/mine/backup/index",
"pages/mine/guide/index",
"pages/mine/about/index"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F4EDE3",
"backgroundColor": "#F4EDE3",
"backgroundTextStyle": "dark"
},
"usingComponents": {}
}