ci: 添加 Docker 构建和推送工作流
- 新增 Dockerfile 和 .dockerignore 文件 - 添加 Gitea 持续集成工作流,用于构建和推送 Docker 镜像 - 新增 .gitignore 文件,忽略构建和配置文件 - 添加项目结构和规范文档,包括 TypeScript、模块化、API、数据库等规范 - 新增前端和后端的基础代码结构
This commit is contained in:
5
.roo/rules/02-typescript.md
Normal file
5
.roo/rules/02-typescript.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# TypeScript规范
|
||||
|
||||
1. **严格模式**
|
||||
- 启用所有严格类型检查选项
|
||||
- 避免使用`any`类型
|
||||
Reference in New Issue
Block a user