♻️ refactored code

This commit is contained in:
2025-02-27 18:46:15 +08:00
parent 0e1b7c32b0
commit 41fdc58c4e
66 changed files with 4178 additions and 1167 deletions

3
auto-import.d.ts vendored
View File

@@ -6,7 +6,10 @@
// biome-ignore lint: disable
export {}
declare global {
const AppstoreOutlined: typeof import('@ant-design/icons-vue')['AppstoreOutlined']
const EffectScope: typeof import('vue')['EffectScope']
const MailOutlined: typeof import('@ant-design/icons-vue')['MailOutlined']
const SettingOutlined: typeof import('@ant-design/icons-vue')['SettingOutlined']
const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
const autoResetRef: typeof import('@vueuse/core')['autoResetRef']