feat: 初始化考培练系统项目

- 从服务器拉取完整代码
- 按框架规范整理项目结构
- 配置 Drone CI 测试环境部署
- 包含后端(FastAPI)、前端(Vue3)、管理端

技术栈: Vue3 + TypeScript + FastAPI + MySQL
This commit is contained in:
111
2026-01-24 19:33:28 +08:00
commit 998211c483
1197 changed files with 228429 additions and 0 deletions

18
.cursorrules Normal file
View File

@@ -0,0 +1,18 @@
# Cursor 规则配置文件
# 允许查看和编辑私钥文件
# 文件访问规则
- 允许查看 .pem 文件
- 允许查看 .key 文件
- 允许查看 .crt 文件
- 允许查看 .cert 文件
# 安全提醒
- 私钥文件包含敏感信息,请谨慎处理
- 建议使用环境变量管理密钥
- 不要将私钥提交到版本控制系统
# 项目特定规则
- 本项目使用 Python + Vue3 + MySQL + FastAPI
- 支持 Docker 容器化部署
- 使用中文注释和文档