4 Star 0 Fork 1

lizekai233/大学生刷题软件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
风辞 提交于 2024-12-29 00:34 +08:00 . 增添了本地存储功能
{
"pages": [
"pages/practice/practice",
"pages/questions/questions",
"pages/end/end",
"pages/exam/exam",
"pages/exams/exams",
"pages/wrongSet/wrongSet",
"pages/analysis/analysis",
"pages/sum/sum",
"pages/startExam/startExam"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#87CEFA",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"tabBar": {
"borderStyle": "white",
"list": [
{
"pagePath": "pages/practice/practice",
"text": "学科练习",
"iconPath": "/images/up.png",
"selectedIconPath": "/images/p.png"
},
{
"pagePath": "pages/exam/exam",
"text": "模拟考试",
"iconPath": "/images/ue.png",
"selectedIconPath": "/images/e.png"
},
{
"pagePath": "pages/wrongSet/wrongSet",
"text": "错题集",
"iconPath": "/images/uw.png",
"selectedIconPath": "/images/w.png"
},
{
"pagePath": "pages/analysis/analysis",
"text": "成绩记录",
"iconPath": "/images/ua.png",
"selectedIconPath": "/images/a.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lizekai233/software.git
[email protected]:lizekai233/software.git
lizekai233
software
大学生刷题软件
master

搜索帮助