web
2025-07-01 c7f03d9e2748f70455a3c705e0c5a174ced4e115
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
    "pages": [
        {"path": "pages/index/index"},
        {"path": "pages/login/index"},
        {"path": "pages/user/index"}
    ],
    "tabBar": {
        "list": [
            {
                "pagePath": "pages/index/index",
                "text": "首页",
                "iconPath": "/static/images/tabbar/home.png",
                "selectedIconPath": "/static/images/tabbar/home-active.png"
            },
            {
                "pagePath": "pages/user/index",
                "text": "我的",
                "iconPath": "/static/images/tabbar/me.png",
                "selectedIconPath": "/static/images/tabbar/me-active.png"
            }
        ]
    },
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarBackgroundColor": "#F8F8F8",
        "navigationStyle": "custom"
    }
}