1 Star 0 Fork 110

SchuckBate/PassJava-Platform

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 995 Bytes
一键复制 编辑 原始数据 按行查看 历史
悟空聊架构 提交于 2021-04-10 20:01 +08:00 . 添加 miniApp rest verison
{
"pages": [
"pages/index/index",
"pages/profile/profile",
"pages/webview/webview",
"pages/developing/developing",
"pages/javaBasic/javaBasic",
"pages/jvm/jvm",
"pages/javaQuestionList/javaQuestionList",
"pages/javaQuestionDetail/javaQuestionDetail"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#ff997f",
"navigationBarTitleText": "Java核心知识",
"navigationBarTextStyle": "white"
},
"tabBar": {
"selectedColor": "#00d8ff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/common/index_unactive.png",
"selectedIconPath": "images/common/index_active.png"
},
{
"pagePath": "pages/profile/profile",
"text": "我的",
"iconPath": "images/common/profile_unactive.png",
"selectedIconPath": "images/common/profile_active.png"
}
]
},
"sitemapLocation": "sitemap.json"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/skBate/PassJava-Platform.git
git@gitee.com:skBate/PassJava-Platform.git
skBate
PassJava-Platform
PassJava-Platform
master

搜索帮助