feat: initial commit

This commit is contained in:
2026-03-31 10:38:12 +08:00
commit afd692eacd
130 changed files with 8681 additions and 0 deletions

5
.lintstagedrc Normal file
View File

@@ -0,0 +1,5 @@
{
"**/*.{js,jsx,tsx,ts,md,css,less,json}": [
"npx @biomejs/biome check --write"
]
}