1 Star 0 Fork 1

刘振岗/赚金币小程序定稿版-分平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
{ "permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于计算离你最近的商家"
}
},
"pages":[
"pages/news/news",
"pages/news_detail/news-detail",
"pages/jinbi/jinbi",
"pages/jinbi_shuoming/jinbi_shuoming",
"pages/jinbi_lookvideos/jinbi_lookvideos",
"pages/jinbi_lookvideos_list/jinbi_lookvideos_list",
"pages/jinbi_qiandao/jinbi_qiandao",
"pages/my/my",
"pages/my_question/my_question",
"pages/my_tixian/my_tixian",
"pages/my_detail/my_detail"
],
"window":{
"navigationBarBackgroundColor": "#fb7299",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "每天赚金币"
},
"usingComponents": {
"cu-custom": "/colorui/components/cu-custom"
},
"tabBar": {
"color": "#bfbfbf",
"selectedColor": "#e54d42",
"borderStyle": "white",
"custom": true,
"list": [
{
"pagePath": "pages/news/news",
"text": "资讯"
},
{
"pagePath": "pages/jinbi/jinbi",
"text": "赚金币"
},
{
"pagePath": "pages/my/my",
"text": "我的"
}
]
},
"networkTimeout": {
"request": 60000,
"downloadFile": 60000
},
"debug": true,
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liu_zhengang/zhuanjinbi-fen.git
git@gitee.com:liu_zhengang/zhuanjinbi-fen.git
liu_zhengang
zhuanjinbi-fen
赚金币小程序定稿版-分平台
master

搜索帮助