chore: 添加 Gitea CI/CD 配置和 Issue 模板

- 创建 .gitea/workflows/frontend-build.yml(前端构建工作流)
- 创建 .gitea/issue_templates/(Bug 报告、功能需求模板)
- 配置 Gitea Actions 自动化构建
This commit is contained in:
2026-06-04 05:44:00 +08:00
parent b1dd60ab6e
commit 6328b8dbb1
6 changed files with 159 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
---
name: 功能需求
title: "[FEATURE] "
labels: ["feature"]
about: 提出新的功能需求
---
## 需求描述
描述需要什么功能
## 使用场景
描述这个功能的使用场景
## 期望实现
描述期望的实现方式
## 优先级
- [ ] P0 - 阻塞
- [ ] P1 - 高
- [ ] P2 - 中
- [ ] P3 - 低
## 关联需求
- 需要后端接口支持:[创建 API-REQ Issue]
- 相关设计稿:
## 备注