短通知 + 上部消息

This commit is contained in:
limqhz
2022-12-12 18:05:49 +08:00
parent 44df516337
commit 0efe64d1bb
34 changed files with 1262 additions and 58 deletions

View File

@@ -1,5 +1,9 @@
{
"usingComponents": {
"foot-tab": "../foot-tab/foot-tab"
"foot-tab": "../foot-tab/foot-tab",
"t-empty": "/components/empty/empty",
"t-button": "/components/button/button",
"t-toast": "/components/toast/toast",
"t-message": "/components/message/message"
}
}