refactor: 移除模板变量 {{change-name}} 替换功能,模板改为纯静态文本
This commit is contained in:
@@ -250,7 +250,7 @@ rune status
|
||||
- 考虑边界情况和错误处理
|
||||
|
||||
请将文档写入指定路径。`,
|
||||
template: `# {{change-name}} 设计文档
|
||||
template: `# 设计文档
|
||||
|
||||
## 背景
|
||||
|
||||
@@ -279,7 +279,7 @@ rune status
|
||||
- 使用 checkbox 格式:- [ ] 待完成,- [x] 已完成
|
||||
|
||||
请将文档写入指定路径。`,
|
||||
template: `# {{change-name}} 任务列表
|
||||
template: `# 任务列表
|
||||
|
||||
- [ ]
|
||||
`,
|
||||
|
||||
Reference in New Issue
Block a user