3 Star 5 Fork 0

suli / 微信小程序tiger UI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 2.27 KB
一键复制 编辑 原始数据 按行查看 历史
suli 提交于 2021-03-05 17:32 . no commit message
{
"pages": [
"pages/index/index",
"pages/test1/test1",
"pages/test2/test2",
"pages/test3/test3",
"pages/test4/test4",
"pages/test5/test5",
"pages/user/user",
"pages/middle/middle",
"pages/mine/mine",
"pages/shop/shop",
"pages/sundog/sundog"
],
"subPackages": [
{
"root": "echarts",
"pages": [
"index/index",
"bar/index",
"measureText/index",
"line/index",
"scatter/index",
"sunburst/index",
"funnel/index",
"radar/index",
"gauge/index",
"pie/index",
"k/index",
"heatmap/index",
"tree/index",
"treemap/index",
"map/index",
"graph/index",
"boxplot/index",
"parallel/index",
"sankey/index",
"themeRiver/index",
"lazyLoad/index",
"multiCharts/index",
"move/index",
"saveCanvas/index"
]
},
{
"root": "user",
"pages": [
"about/about",
"logs/logs"
]
},
{
"root": "tools",
"pages": [
"id_photo/id_photo",
"swipe-action/swipe-action",
"rolling_news/rolling_news"
]
}
],
"window": {
"backgroundColor": "#eeeeee",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"navigationStyle": "custom",
"backgroundColorTop": "#fff"
},
"tabBar": {
"custom": true,
"color": "#515151",
"selectedColor": "#DAA520",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/img/icon/icon_index.png",
"selectedIconPath": "/img/icon/icon_index_hl.png"
},
{
"pagePath": "pages/sundog/sundog",
"text": "日记",
"iconPath": "/img/icon/icon_release.png",
"selectedIconPath": "/img/icon/icon_release.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "/img/icon/icon_user.png",
"selectedIconPath": "/img/icon/icon_user_hl.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
1
https://gitee.com/suli0827/wx-navbar.git
git@gitee.com:suli0827/wx-navbar.git
suli0827
wx-navbar
微信小程序tiger UI
master

搜索帮助