1 Star 0 Fork 0

huangxiaolun/dream

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
huangxiaolun 提交于 2024-03-12 10:21 . feat:删除无用的代码
{
"pages": [
"pages/home/home",
"pages/usercenter/index",
"pages/usercenter/person-info/index",
"pages/usercenter/address/list/index",
"pages/usercenter/address/edit/index",
"pages/usercenter/name-edit/index",
"pages/service/service"
],
"tabBar": {
"backgroundColor": "#ffffff",
"color": "#9B9EAC",
"selectedColor": "#076EE4",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/home/home",
"iconPath": "image/tabbar/home.png",
"selectedIconPath": "image/tabbar/home_a.png",
"text": "首页"
},
{
"pagePath": "pages/service/service",
"iconPath": "image/tabbar/recommend.png",
"selectedIconPath": "image/tabbar/recommend_a.png",
"text": "服务"
},
{
"pagePath": "pages/usercenter/index",
"iconPath": "image/tabbar/mine.png",
"selectedIconPath": "image/tabbar/mine_a.png",
"text": "我的"
}
]
},
"subpackages": [
{
"root": "subPackage",
"name": "subPackage",
"pages": [
"pages/article/article",
"pages/appointment/appointment",
"pages/record/record",
"pages/person/index",
"pages/question/index",
"pages/answer/index"
]
}
],
"requiredPrivateInfos": [
"chooseAddress"
],
"lazyCodeLoading": "requiredComponents",
"usingComponents": {},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huangxiaolun/dream.git
git@gitee.com:huangxiaolun/dream.git
huangxiaolun
dream
dream
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385