project init

This commit is contained in:
limqhz
2022-11-11 21:51:57 +08:00
parent e9e20765f2
commit 82dbb842ba
68 changed files with 2771 additions and 43 deletions

View File

@@ -8,7 +8,11 @@
],
"usingComponents": {
"t-tab-bar": "/components/tab-bar/tab-bar",
"t-tab-bar-item": "/components/tab-bar/tab-bar-item"
"t-tab-bar-item": "/components/tab-bar/tab-bar-item",
"t-cell": "/components/cell/cell",
"t-swipe-cell": "/components/swipe-cell/swipe-cell",
"t-tabs": "/components/tabs/tabs",
"t-tab-panel": "/components/tabs/tab-panel"
},
"window": {
"backgroundTextStyle": "light",
@@ -18,4 +22,4 @@
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
}