feat: initial commit

This commit is contained in:
2026-04-14 04:15:05 +08:00
commit a0207c673f
22 changed files with 12163 additions and 0 deletions

11
.prettierrc Normal file
View File

@@ -0,0 +1,11 @@
{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 80,
"plugins": ["prettier-plugin-tailwindcss"],
"tailwindStylesheet": "app/globals.css",
"tailwindFunctions": ["cn", "cva"]
}