feat: 完成 Web 搜索界面与静态托管

This commit is contained in:
chuan
2026-08-07 01:21:18 +08:00
parent 0d852a9794
commit d992d305b9
35 changed files with 5062 additions and 16 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"$schema": "https://shadcn-vue.com/schema.json",
"style": "new-york",
"typescript": true,
"tailwind": {
"config": "",
"css": "src/style.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "lucide",
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"composables": "@/composables"
},
"registries": {}
}