first commit

This commit is contained in:
2024-10-27 23:28:15 +08:00
commit b806162f6e
19 changed files with 5006 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
# Local
.DS_Store
*.local
*.log*
# Dist
node_modules
dist/
# IDE
.vscode/*
!.vscode/extensions.json
.idea