🎉 创世提交

This commit is contained in:
柚子
2025-01-22 01:48:07 +08:00
commit 5d3481b9ea
92 changed files with 11705 additions and 0 deletions

13
ui.config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "https://solid-ui.com/schema.json",
"tsx": true,
"tailwind": {
"css": "@/App.css",
"config": "tailwind.config.cjs",
"prefix": ""
},
"aliases": {
"components": "@/components/ui",
"utils": "@/lib/utils"
}
}