first commit

This commit is contained in:
萌小芽
2026-03-23 17:27:15 +08:00
commit a6742336bc
8 changed files with 1352 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Node / React
node_modules/
build/
coverage/
# Go
*.exe
*.test
*.out
*.dll
*.so
*.dylib
# Data
data/data.json
# Logs
*.log
# OS
.DS_Store
Thumbs.db