refactor: 移除模板变量 {{change-name}} 替换功能,模板改为纯静态文本

This commit is contained in:
2026-06-10 15:36:49 +08:00
parent ec090ea971
commit 7d3ca2a150
7 changed files with 13 additions and 13 deletions

View File

@@ -250,7 +250,7 @@ rune status
- 考虑边界情况和错误处理
请将文档写入指定路径。`,
template: `# {{change-name}} 设计文档
template: `# 设计文档
## 背景
@@ -279,7 +279,7 @@ rune status
- 使用 checkbox 格式:- [ ] 待完成,- [x] 已完成
请将文档写入指定路径。`,
template: `# {{change-name}} 任务列表
template: `# 任务列表
- [ ]
`,