From de1a2fb752defbf1a94f9927cde77de1210deef5 Mon Sep 17 00:00:00 2001 From: yeyang <746659424@qq.com> Date: Fri, 10 May 2024 23:58:36 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E7=BB=86=E4=BC=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/docs_feedback.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- apps/groupAdmin/groupAdminOther.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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}` ] ) }