diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a9d1660..f34aaeb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug 报告 about: 创建一份报告来帮助我们改进 -title: '' +title: '[bug]:' labels: bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/docs_feedback.md b/.github/ISSUE_TEMPLATE/docs_feedback.md index f224f81..c122f99 100644 --- a/.github/ISSUE_TEMPLATE/docs_feedback.md +++ b/.github/ISSUE_TEMPLATE/docs_feedback.md @@ -1,7 +1,7 @@ --- name: 文档反馈 about: 提供对文档的反馈和建议 -title: '' +title: '[文档反馈]:' labels: documentation assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 83d6cab..0c3cdd7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: 功能建议 about: 提出一个新功能的建议 -title: '' +title: '[功能建议]:' labels: enhancement assignees: '' diff --git a/apps/groupAdmin/groupAdminOther.js b/apps/groupAdmin/groupAdminOther.js index 75dd578..ab0ffd4 100644 --- a/apps/groupAdmin/groupAdminOther.js +++ b/apps/groupAdmin/groupAdminOther.js @@ -190,7 +190,7 @@ export class GroupAdminOther extends plugin { "-----------加退群人数--------\n", `申请人数:${joinData.total}\n`, `入群人数:${applyData.total}\n`, - `退群人数:${exitData.total}\n` + `退群人数:${exitData.total}` ] ) }