feat: 添加首页配置

This commit is contained in:
yangzhe 2025-07-04 16:54:48 +08:00
parent 95d45a0ade
commit a9bd456ab3
1 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,14 @@
]
},
"pages": [
{
"path": "pages/home/index/index",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/notes/index",
"style": {