1 Star 0 Fork 0

jiacheng-coder/演示小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
jiacheng-coder 提交于 2022-10-06 17:11 . fit - 补充
{
"entryPagePath": "pages/index/index",
"pages":[
"pages/index/index",
"pages/swiper/swiper",
"pages/logs/logs",
"pages/setting/setting",
"pages/account/account",
"pages/feedback/feedback"
],
"window": {
"navigationBarBackgroundColor": "#1e80ff",
"navigationBarTextStyle": "white",
"backgroundTextStyle": "light",
"navigationBarTitleText": "We重大"
},
"tabBar": {
"selectedColor": "#1296db",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/static/icons/homepage.png",
"selectedIconPath": "/static/icons/homepage(1).png"
},
{
"pagePath": "pages/swiper/swiper",
"text": "课表",
"iconPath": "/static/icons/课表.png",
"selectedIconPath": "/static/icons/课表 (1).png"
},
{
"pagePath": "pages/setting/setting",
"text": "我的",
"iconPath": "/static/icons/我的.png",
"selectedIconPath": "/static/icons/我的 (1).png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhujiacheng612/demo-applet.git
git@gitee.com:zhujiacheng612/demo-applet.git
zhujiacheng612
demo-applet
演示小程序
master

搜索帮助