first commit

This commit is contained in:
2026-02-16 00:13:37 +08:00
commit 74f15c282e
44 changed files with 8708 additions and 0 deletions

41
.gitignore vendored Normal file
View File

@@ -0,0 +1,41 @@
# Node/React
node_modules/
build/
coverage/
.env.local
.env.development.local
.env.test.local
.env.production.local
# Go
*.exe
*.test
*.out
*.dll
*.so
*.dylib
/tmp/
# 数据文件
data/data.json
# 日志
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# 操作系统
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 其他
.env
dist/