feat: 样式升级

This commit is contained in:
2026-03-16 23:54:01 +08:00
parent 110fe62404
commit 4a5fdd3961
42 changed files with 1931 additions and 1404 deletions

View File

@@ -16,14 +16,3 @@ interface ImportMeta {
readonly env: ImportMetaEnv
}
// 声明 ant-design-vue 的类型
declare module 'ant-design-vue' {
export const message: {
success: (content: string) => void
error: (content: string) => void
warning: (content: string) => void
info: (content: string) => void
}
export const Modal: any
}