38 Star 656 Fork 229

小肥羊 / 在线答题小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
小肥羊 提交于 2020-02-07 16:44 . add
{
"pages": [
"pages/home/index",
"pages/question/index",
"pages/result/index",
"pages/answer/index",
"pages/index/index",
"pages/authorize/index",
"pages/friend/index",
"pages/info/index",
"pages/rule/index",
"pages/generate/index",
"pages/mode/index",
"pages/simple/index",
"pages/view/index",
"pages/list/index",
"pages/history/index",
"pages/score/index",
"pages/entry/index",
"pages/subjects/index",
"pages/study/index",
"pages/detail/index",
"pages/example/index",
"pages/pay/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#07c160",
"navigationBarTitleText": "考试助手",
"navigationBarTextStyle": "white"
},
"tabBar": {
"list": [
{
"selectedIconPath": "icons/home81x81.png",
"iconPath": "icons/home81x81-2.png",
"pagePath": "pages/home/index",
"text": "首页"
},
{
"selectedIconPath": "icons/edit81x81.png",
"iconPath": "icons/edit81x81-2.png",
"pagePath": "pages/info/index",
"text": "关于"
}
]
},
"sitemapLocation": "sitemap.json"
}
JavaScript
1
https://gitee.com/xiaofeiyang3369/myexamapp.git
git@gitee.com:xiaofeiyang3369/myexamapp.git
xiaofeiyang3369
myexamapp
在线答题小程序
master

搜索帮助