1 Star 0 Fork 610

wfc1870 / 答题小程序

forked from 智汇考题 / 答题小程序 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
智汇考题 提交于 2019-02-26 16:54 . push
{
"pages": [
"pages/index/index",
"pages/select/index",
"pages/answer/index",
"pages/history/index",
"pages/answerErr/index",
"pages/answerInfo/index",
"pages/result/index",
"pages/logs/logs",
"pages/analysis/index",
"pages/wrong/index",
"pages/wrongAnswer/index",
"pages/rank/index",
"pages/rankList/index",
"pages/my/index",
"pages/historyList/index",
"pages/feedback/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#2db7f5",
"navigationBarTitleText": "答题酷",
"navigationBarTextStyle": "#fff"
},
"tabBar": {
"selectedColor": "#2db7f5",
"color": "#909090",
"list": [
{
"text": "答题",
"iconPath": "images/answer.png",
"selectedIconPath": "images/answer-select.png",
"pagePath": "pages/select/index"
},
{
"text": "错题",
"iconPath": "images/wrong.png",
"selectedIconPath": "images/wrong-select.png",
"pagePath": "pages/wrong/index"
},
{
"text": "排名",
"iconPath": "images/sort.png",
"selectedIconPath": "images/sort-select.png",
"pagePath": "pages/rank/index"
},
{
"text": "我的",
"iconPath": "images/my.png",
"selectedIconPath": "images/my-select.png",
"pagePath": "pages/my/index"
}
]
}
}
微信
1
https://gitee.com/pinkcn/QuestionWechatApp.git
git@gitee.com:pinkcn/QuestionWechatApp.git
pinkcn
QuestionWechatApp
答题小程序
master

搜索帮助