1 Star 0 Fork 166

覃欢/graceBlog

forked from 飞星/dati 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
Mamba 提交于 2019-01-15 13:11 . comiit
{
"pages":[
"pages/index/index",
"pages/category/index",
"pages/my/index",
"pages/detail/index",
"pages/about/index",
"pages/share/index",
"pages/collect/index",
"pages/new/index"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Mamba博客",
"navigationBarTextStyle":"black"
},
"tabBar": {
"selectedColor": "#1296db",
"color": "#909090",
"list": [
{
"text": "首页",
"iconPath": "images/home.png",
"selectedIconPath": "images/home-selected.png",
"pagePath": "pages/index/index"
},
{
"text": "专题",
"iconPath": "images/category.png",
"selectedIconPath": "images/category-selected.png",
"pagePath": "pages/category/index"
},
{
"text": "我的",
"iconPath": "images/my.png",
"selectedIconPath": "images/my-selected.png",
"pagePath": "pages/my/index"
}
]
},
"plugins": {
"htmltowxml": {
"version": "1.3.1",
"provider": "wxa51b9c855ae38f3c"
}
},
"navigateToMiniProgramAppIdList": [
"wx18a2ac992306a5a4","wx7df186fa6b0094c1"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/QinHuan123/graceBlog.git
git@gitee.com:QinHuan123/graceBlog.git
QinHuan123
graceBlog
graceBlog
master

搜索帮助