feat: basic framework

This commit is contained in:
2022-01-28 22:37:17 +08:00
parent 1e3d00cd49
commit eecea5591c
14 changed files with 30368 additions and 9 deletions

5
jsconfig.json Normal file
View File

@@ -0,0 +1,5 @@
{
"include": [
"./src/*"
]
}