refactor: refactor webui

This commit is contained in:
2025-04-26 01:43:23 +08:00
parent b20f7cd1ad
commit ee1b1ae5e6
104 changed files with 934 additions and 827 deletions

View File

@@ -10,11 +10,11 @@
"cssVariables": true
},
"aliases": {
"components": "@/components",
"utils": "@/infra/styles/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/infra/hooks"
"components": "@/views/components",
"utils": "@/views/utils",
"ui": "@/views/components/ui",
"lib": "@/views/lib",
"hooks": "@/views/hooks"
},
"iconLibrary": "lucide"
}