2 Star 3 Fork 1

吃了媳妇火锅/BillingTool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 1.68 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [
"pages/index/index",
"pages/myHome/myHome",
"pages/bill/bill",
"pages/add/add",
"pages/myHome/setType/setType",
"pages/myHome/setType/typeInfo/typeInfo",
"pages/myHome/aboutUs/aboutUs",
"pages/project/project",
"pages/bill/billInfo/billInfo",
"pages/myHome/feedback/feedback",
"pages/project/projectInfo/projectInfo",
"pages/add/choseType/choseType",
"pages/statistics/statistics"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "ColorUI",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"usingComponents": {
"cu-custom": "/colorui/components/cu-custom"
},
"sitemapLocation": "sitemap.json",
"plugins": {
"sdkPlugin": {
"version": "3.20.0",
"provider": "wxc6b86e382a1e3294"
}
},
"tabBar": {
"color": "#a9b7b7",
"selectedColor": "#388CEB",
"borderStyle": "black",
"list": [
{
"selectedIconPath": "images/zhangdan.png",
"iconPath": "images/zhangdan.png",
"pagePath": "pages/index/index",
"text": "账单"
},
{
"selectedIconPath": "images/project.png",
"iconPath": "images/project.png",
"pagePath": "pages/project/project",
"text": "项目"
},
{
"selectedIconPath": "images/statistics.png",
"iconPath": "images/statistics.png",
"pagePath": "pages/statistics/statistics",
"text": "统计"
},
{
"selectedIconPath": "images/my.png",
"iconPath": "images/my.png",
"pagePath": "pages/myHome/myHome",
"text": "我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/chen_yu_hao/billing-tool.git
git@gitee.com:chen_yu_hao/billing-tool.git
chen_yu_hao
billing-tool
BillingTool
master

搜索帮助