Initial Commit

This commit is contained in:
2025-12-17 10:20:17 +08:00
commit 1c945795bf
11 changed files with 3499 additions and 0 deletions

8
.hintrc Normal file
View File

@@ -0,0 +1,8 @@
{
"extends": [
"development"
],
"hints": {
"typescript-config/consistent-casing": "off"
}
}