1 Star 0 Fork 1

陈工/uniapp_init

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
陈工 提交于 2023-11-16 00:07 . 1
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "打卡小程序"
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
// "tabBar": {
// "custom": false,
// "color": "#333",
// "selectedColor": "#1296db",
// "backgroundColor": "#fafafa",
// "borderStyle": "black",
// "list": [
// {
// "pagePath": "pages/clock/index",
// "text": "打卡",
// "iconPath": "static/information.png",
// "selectedIconPath": "static/informationChecked.png"
// },
// {
// "pagePath": "pages/record/index",
// "text": "记录",
// "iconPath": "static/team.png",
// "selectedIconPath": "static/teamChecked.png"
// },
// {
// "pagePath": "pages/personal/index",
// "text": "个人",
// "iconPath": "static/person.png",
// "selectedIconPath": "static/personChecked.png"
// }
// ]
// }
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chen-lianwei1216/uniapp_init.git
git@gitee.com:chen-lianwei1216/uniapp_init.git
chen-lianwei1216
uniapp_init
uniapp_init
master

搜索帮助