首次提交

This commit is contained in:
何江明
2025-02-28 16:19:58 +08:00
commit 15014e22aa
92 changed files with 15941 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
{
"pages": [
"pages/index/index",
"pages/component/component",
"pages/api/api",
"pages/schema/schema"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"list": [
{
"pagePath": "pages/index/index",
"text": "Home"
},
{
"pagePath": "pages/component/component",
"text": "Component"
},
{
"pagePath": "pages/api/api",
"text": "API"
},
{
"pagePath": "pages/schema/schema",
"text": "Schema"
}
]
},
"usingComponents": {}
}