细优

This commit is contained in:
yeyang
2024-05-10 23:58:36 +08:00
parent c48a93504c
commit de1a2fb752
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
---
name: Bug 报告
about: 创建一份报告来帮助我们改进
title: ''
title: '[bug]'
labels: bug
assignees: ''
---

View File

@@ -1,7 +1,7 @@
---
name: 文档反馈
about: 提供对文档的反馈和建议
title: ''
title: '[文档反馈]'
labels: documentation
assignees: ''

View File

@@ -1,7 +1,7 @@
---
name: 功能建议
about: 提出一个新功能的建议
title: ''
title: '[功能建议]'
labels: enhancement
assignees: ''

View File

@@ -190,7 +190,7 @@ export class GroupAdminOther extends plugin {
"-----------加退群人数--------\n",
`申请人数:${joinData.total}\n`,
`入群人数:${applyData.total}\n`,
`退群人数:${exitData.total}\n`
`退群人数:${exitData.total}`
]
)
}