feat: 初始化考培练系统项目
- 从服务器拉取完整代码 - 按框架规范整理项目结构 - 配置 Drone CI 测试环境部署 - 包含后端(FastAPI)、前端(Vue3)、管理端 技术栈: Vue3 + TypeScript + FastAPI + MySQL
This commit is contained in:
18
.cursorrules
Normal file
18
.cursorrules
Normal file
@@ -0,0 +1,18 @@
|
||||
# Cursor 规则配置文件
|
||||
# 允许查看和编辑私钥文件
|
||||
|
||||
# 文件访问规则
|
||||
- 允许查看 .pem 文件
|
||||
- 允许查看 .key 文件
|
||||
- 允许查看 .crt 文件
|
||||
- 允许查看 .cert 文件
|
||||
|
||||
# 安全提醒
|
||||
- 私钥文件包含敏感信息,请谨慎处理
|
||||
- 建议使用环境变量管理密钥
|
||||
- 不要将私钥提交到版本控制系统
|
||||
|
||||
# 项目特定规则
|
||||
- 本项目使用 Python + Vue3 + MySQL + FastAPI
|
||||
- 支持 Docker 容器化部署
|
||||
- 使用中文注释和文档
|
||||
Reference in New Issue
Block a user