feat:添加域名检查提示

This commit is contained in:
zyronon
2025-07-11 20:26:33 +08:00
parent a179710ba2
commit 627107d930
4 changed files with 4410 additions and 3527 deletions

1
components.d.ts vendored
View File

@@ -44,6 +44,7 @@ declare module 'vue' {
Empty: typeof import('./src/components/Empty.vue')['default']
FeedbackModal: typeof import('./src/components/toolbar/FeedbackModal.vue')['default']
Fireworks: typeof import('./src/components/Fireworks.vue')['default']
HostNotice: typeof import('./src/components/HostNotice.vue')['default']
IconWrapper: typeof import('./src/components/IconWrapper.vue')['default']
Input: typeof import('./src/components/Input.vue')['default']
List: typeof import('./src/components/list/List.vue')['default']