app.json 934 Bytes
{
    "pages": [
        "pages/index/index",
        "pages/example/example",
        "pages/more/more"
    ],
    "window": {
        "backgroundTextStyle": "light",
        "navigationBarBackgroundColor": "#fff",
        "navigationBarTitleText": "心愿单",
        "navigationBarTextStyle": "black"
    },
    "tabBar": {
        "color": "#7A7E83",
        "selectedColor": "#CF4646",
        "borderStyle": "black",
        "backgroundColor": "#ffffff",
        "list": [{
                "pagePath": "pages/index/index",
                "iconPath": "image/tabbar/home_D.png",
                "selectedIconPath": "image/tabbar/home.png",
                "text": "介绍"
            },
            {
                "pagePath": "pages/more/more",
                "iconPath": "image/tabbar/set_D.png",
                "selectedIconPath": "image/tabbar/set.png",
                "text": "更多"
            }
        ]
    }
}