加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 886 Bytes
一键复制 编辑 原始数据 按行查看 历史
unknown 提交于 2021-10-27 11:49 . 登录、注册
{
"pages": [
"pages/index/index",
"pages/login/login",
"pages/marks/marks",
"pages/details/details",
"pages/charge/charge"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#cc3300",
"navigationBarTitleText": "旧浪News",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#2c2c2c",
"selectedColor": "#d81e06",
"borderStyle": "white",
"position": "bottom",
"list": [
{
"pagePath": "pages/index/index",
"text": "博客",
"iconPath": "images/boke.png",
"selectedIconPath": "images/boke-fill.png"
},
{
"pagePath": "pages/login/login",
"text": "个人",
"iconPath": "images/geren.png",
"selectedIconPath": "images/geren-fill.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化