feat: initial commit

This commit is contained in:
kmou424
2026-06-09 00:38:02 +08:00
commit 04f0755dbf
43 changed files with 2220 additions and 0 deletions

12
biome.json Normal file
View File

@@ -0,0 +1,12 @@
{
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2
},
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
}
}