1 Star 2 Fork 0

junglexs/QuestionAnsweringSystem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
junglexs 提交于 2021-03-05 16:13 . 重构v1.0_graph初始化
{
"pages": [
"pages/message/message",
"pages/index/index",
"pages/logs/logs",
"pages/mine/mine",
"pages/mine/author",
"pages/mine/about",
"pages/graph/graph",
"pages/mine/history"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "三国群雄那些事",
"navigationBarTextStyle": "black"
},
"usingComponents": {
},
"tabBar": {
"selectedColor": "#ff9700",
"list": [
{
"iconPath": "/images/message.png",
"selectedIconPath": "/images/message_fill.png",
"pagePath": "pages/message/message",
"text": "提问"
},
{
"iconPath": "/images/group.png",
"selectedIconPath": "/images/group_fill.png",
"pagePath": "pages/graph/graph",
"text": "关系图"
},
{
"iconPath": "/images/mine.png",
"selectedIconPath": "/images/mine_fill.png",
"pagePath": "pages/mine/mine",
"text": "我的"
}
]
},
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/junglexs/QuestionAnsweringSystem.git
git@gitee.com:junglexs/QuestionAnsweringSystem.git
junglexs
QuestionAnsweringSystem
QuestionAnsweringSystem
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385