1 Star 0 Fork 110

jingdongqioss/PassJava-Platform

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
app.json 995 Bytes
Copy Edit Raw Blame History
悟空聊架构 authored 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/jdq/PassJava-Platform.git
git@gitee.com:jdq/PassJava-Platform.git
jdq
PassJava-Platform
PassJava-Platform
master

Search