23 Star 238 Fork 37

Kit / WordPress小程序新模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [
"pages/index/index",
"pages/detail/detail",
"pages/list/list",
"pages/category/category",
"pages/mine/mine",
"pages/posts/posts",
"pages/mostpost/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "丸子小程序",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#AAAAAA",
"selectedColor": "#262626",
"borderStyle": "black",
"backgroundColor": "#fff",
"list": [
{
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "images/home.png",
"selectedIconPath": "images/home_on.png"
},
{
"text": "栏目",
"pagePath": "pages/category/category",
"iconPath": "images/category.png",
"selectedIconPath": "images/category_on.png"
},
{
"text": "我的",
"pagePath": "pages/mine/mine",
"iconPath": "images/user.png",
"selectedIconPath": "images/user_on.png"
}
]
},
"usingComponents": {
"cu-custom": "/colorui/components/cu-custom"
},
"navigateToMiniProgramAppIdList": [
"wx4cf53bda66b14de9"
],
"sitemapLocation": "sitemap.json"
}
JavaScript
1
https://gitee.com/izol/wanzi.git
git@gitee.com:izol/wanzi.git
izol
wanzi
WordPress小程序新模板
master

搜索帮助