提交数据

This commit is contained in:
zouzhibing
2022-04-11 18:23:23 +08:00
parent 143327614c
commit e661b641ae
18 changed files with 2396 additions and 50 deletions

View File

@@ -1,6 +1,7 @@
{
"pages": [
"pages/index/index"
"pages/index/index",
"pages/table/index"
],
"subPackages": [],
"window": {
@@ -8,5 +9,24 @@
"titleBarColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"textColor": "#7A7E83",
"selectedColor": "#007AFF",
"backgroundColor": "#F8F8F8",
"items": [
{
"pagePath": "pages/index/index",
"name": "主页",
"icon": "static/home.png",
"activeIcon": "static/home-active.png"
},
{
"pagePath": "pages/table/index",
"name": "表格组件",
"icon": "static/component.png",
"activeIcon": "static/componentHL.png"
}
]
},
"usingComponents": {}
}