Initial commit: 龙虾舰队监控中心

This commit is contained in:
2026-04-01 20:40:32 +08:00
commit d80dc01bca
10 changed files with 881 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# Python
__pycache__/
*.py[cod]
*.pyc
venv/
env/
*.egg-info/
# Node
node_modules/
dist/
# 备份
*.old/
*.bak