diff --git a/.github/ISSUE_TEMPLATE/bug--.md b/.github/ISSUE_TEMPLATE/bug--.md index 19f1cb0..1748845 100644 --- a/.github/ISSUE_TEMPLATE/bug--.md +++ b/.github/ISSUE_TEMPLATE/bug--.md @@ -1,13 +1,16 @@ --- name: Bug汇报 -about: 遇到了bug? 你可以在这里开始汇报 +about: 遇到了bug? 你可以在这里开始汇报(仅限软件本体问题) title: '' -labels: '' +labels: bug? assignees: '' --- **环境信息** - + go-cqhttp版本: 运行环境: 连接方式: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4f0aa68..20ffbc9 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: 提出新建议/功能 - url: https://github.com/Mrs4s/go-cqhttp/discussions/new - about: 请在这里提出你的建议或功能 + - name: 讨论区 + url: https://github.com/Mrs4s/go-cqhttp/discussions/ + about: 使用中若遇到问题或有新点子新需求,请先在这里求助和征求意见。 diff --git a/.github/ISSUE_TEMPLATE/feat--.md b/.github/ISSUE_TEMPLATE/feat--.md new file mode 100644 index 0000000..d06ce93 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feat--.md @@ -0,0 +1,15 @@ +--- +name: 新功能提议 +about: 提出新功能 +title: '' +labels: feature request +assignees: '' + +--- + +**环境信息** + +go-cqhttp版本: + +**需要添加的功能内容** + diff --git a/.github/workflows/issuebot.yml b/.github/workflows/issuebot.yml index 4a07e20..b61969d 100644 --- a/.github/workflows/issuebot.yml +++ b/.github/workflows/issuebot.yml @@ -2,7 +2,7 @@ name: Issuebot on: issues: - types: [opened] + types: [opened, edited] jobs: new_issue: diff --git a/README.md b/README.md index 20188ec..ac046a6 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ _✨ 基于 [Mirai](https://github.com/mamoe/mirai) 以及 [MiraiGo](https://git release + cqhttp @@ -37,6 +38,7 @@ _✨ 基于 [Mirai](https://github.com/mamoe/mirai) 以及 [MiraiGo](https://git 开始使用

+ ## 兼容性 go-cqhttp兼容[OneBot-v11](https://github.com/howmanybots/onebot/tree/master/v11/specs)绝大多数内容,并在其基础上做了一些扩展,详情请看go-cqhttp的文档 @@ -279,4 +281,4 @@ go-cqhttp兼容[OneBot-v11](https://github.com/howmanybots/onebot/tree/master/v1 ## 性能 -在关闭数据库的情况下, 加载 25 个好友 128 个群运行 24 小时后内存使用为 15MB 左右. 开启数据库后内存使用将根据消息量增加 10-20MB, 如果系统内存小于 128M 建议关闭数据库使用. +在关闭数据库的情况下, 加载 25 个好友 128 个群运行 24 小时后内存使用为 15MB 左右. 开启数据库后内存使用将根据消息量增加 10-20MB, 如果系统内存小于 128M 建议关闭数据库使用. \ No newline at end of file diff --git a/docs/cqhttp.md b/docs/cqhttp.md index c67d0a0..20a5ab3 100644 --- a/docs/cqhttp.md +++ b/docs/cqhttp.md @@ -29,7 +29,6 @@ - [发送合并转发(群)](#发送合并转发群) - [获取中文分词](#获取中文分词) - [图片OCR](#图片ocr) -- [获取中文分词](#获取中文分词) - [获取群系统消息](#获取群文件系统信息) - [获取群文件系统信息](#获取群文件系统信息) - [获取群根目录文件列表](#获取群根目录文件列表)