1 Star 0 Fork 10

丁灵峰/applet-chock-in

forked from gblfy/applet-chock-in 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.72 KB
一键复制 编辑 原始数据 按行查看 历史
gblfy 提交于 2022-01-18 19:54 . init
{
"pages": [
{
"path" : "pages/index/index",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/me/me",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/record/record",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
},
"tabBar": {
"selectedColor": "#1296db",
"list": [
{
"pagePath": "pages/index/index",
"text": "主页",
"iconPath": "static/tab-icons/index.png",
"selectedIconPath": "static/tab-icons/index-active.png"
},
{
"pagePath": "pages/record/record",
"text": "记录",
"iconPath": "static/tab-icons/record.png",
"selectedIconPath": "static/tab-icons/record-active.png"
},
{
"pagePath": "pages/me/me",
"text": "我的",
"iconPath": "static/tab-icons/me.png",
"selectedIconPath": "static/tab-icons/me-active.png"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dlf123_admin/applet-chock-in.git
[email protected]:dlf123_admin/applet-chock-in.git
dlf123_admin
applet-chock-in
applet-chock-in
master

搜索帮助