更改:部分细节问题

This commit is contained in:
2023-02-22 15:56:44 +08:00
parent a07da79e89
commit c781ca0da1
6 changed files with 26 additions and 22 deletions

View File

@@ -34,7 +34,7 @@ class IssueTag < ApplicationRecord
["支持", "表示特定功能或特定需求", "#019549"],
["任务", "表示需要分配的任务", "#01a30d"],
["协助", "表示需要社区用户协助", "#2a0dc1"],
["搁置", "表示此问题不会继续处理", "#892794"],
["搁置", "表示此问题暂时不会继续处理", "#892794"],
["文档", "表示文档材料补充", "#9ed600"],
["测试", "表示需要测试的需求", "#2897b9"],
["重复", "表示已存在类似的疑修", "#bb5332"]