3 Star 5 Fork 3

黑马程序员/jpkc_mini_program_base

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
万少 提交于 2018-12-28 17:45 . 19-自定义组件的使用.avi
{
"pages": [
"pages/index14/index14",
"pages/index13/index13",
"pages/index12/index12",
"pages/index11/index11",
"pages/index10/index10",
"pages/index9/index9",
"pages/index8/index8",
"pages/index7/index7",
"pages/index6/index6",
"pages/index5/index5",
"pages/index4/index4",
"pages/index3/index3",
"pages/index2/index2",
"pages/index/index",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#0094ff",
"navigationBarTitleText": "全局-首页",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "#000",
"selectedColor": "#f23030",
"backgroundColor": "#0094ff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "icons/index.png",
"selectedIconPath": "icons/index_active.png"
},
{
"pagePath": "pages/logs/logs",
"text": "日志",
"iconPath": "icons/category.png",
"selectedIconPath": "icons/category_active.png"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gzfe/jpkc_mini_program_base.git
git@gitee.com:gzfe/jpkc_mini_program_base.git
gzfe
jpkc_mini_program_base
jpkc_mini_program_base
master

搜索帮助