4 Star 0 Fork 0

刘津芳/parent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1010 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘津芳 提交于 2023-05-12 20:08 . 'first'
{
"pages": [
// 首页路径内容
{
"path": "pages/home/home"
},
// 课表路径内容
{
"path": "pages/course/course"
},
// 我的路径内容
{
"path": "pages/my/my"
}
],
"globalStyle": {
"navigationStyle": "custom",
"app-plus": {
"background": "#efeff4"
},
"rpxCalcMaxDeviceWidth": 960,
"rpxCalcBaseDeviceWidth": 375,
"rpxCalcIncludeWidth": 750
},
"tabBar": {
"color": "#bfbfbf",
"selectedColor": "#1296db",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/home/home",
"iconPath": "static/image/chome.png",
"selectedIconPath": "static/image/home.png",
"text": "首页"
},
{
"pagePath": "pages/course/course",
"iconPath": "static/image/course.png",
"selectedIconPath": "static/image/ccourse.png",
"text": "课表"
},
{
"pagePath": "pages/my/my",
"iconPath": "static/image/cmy.png",
"selectedIconPath": "static/image/my.png",
"text": "我的"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wanshizhiqiu/parent.git
git@gitee.com:wanshizhiqiu/parent.git
wanshizhiqiu
parent
parent
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385