纪念日调整

This commit is contained in:
limqhz
2022-12-12 17:30:08 +08:00
parent 20e901da0a
commit 44df516337
13 changed files with 221 additions and 23 deletions

View File

@@ -1,9 +1,9 @@
{
"usingComponents": {
"foot-tab": "../foot-tab/foot-tab",
"tab": "../../components/tab/index",
"scroll": "../../components/scroll/index",
"t-action-sheet": "../../components/action-sheet/action-sheet",
"t-fab": "../../components/fab/fab"
"tab": "/components/tab/index",
"scroll": "/components/scroll/index",
"t-action-sheet": "/components/action-sheet/action-sheet",
"t-fab": "/components/fab/fab"
}
}