v1.0.0 高考志愿门户完整修复

变更摘要:
- [fix] 清理根目录 index.html 遗留代码(questionnaire-error + retryLoad 移除)
- [fix] 副标题同步更新为自估591分 + 候选志愿546条数据校准
- [fix] 页脚注入版本号 v1.0.0
- [fix] 部署版 index.html: 取消家长标签,统一 filler-tianheng
- [fix] Dashboard 文案修正(4份→2份线上问卷)
- [fix] 清理冗余部署脚本(v1-v4归档至 archived_scripts/)
- [fix] 等效位次工具纳入 deploy 目录
- [chore] .gitignore 初始化
- [init] Git 仓库初始化
This commit is contained in:
2026-06-24 13:11:34 +08:00
commit b6df028839
71 changed files with 22898 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# === 部署脚本备份 ===
archived_scripts/
# === 数据库文件 ===
*.db
*.db-wal
*.db-shm
# === Python ===
__pycache__/
*.pyc
*.pyo
.env
venv/
.venv/
# === 系统文件 ===
.DS_Store
Thumbs.db
*.swp
*.swo
*~
# === Docker ===
docker-compose.override.yml
# === 日志 ===
*.log