mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 19:43:49 +08:00
Merge branch 'master' into dev
This commit is contained in:
commit
0d35c423d1
9
.github/ISSUE_TEMPLATE/bug--.md
vendored
9
.github/ISSUE_TEMPLATE/bug--.md
vendored
@ -1,13 +1,16 @@
|
||||
---
|
||||
name: Bug汇报
|
||||
about: 遇到了bug? 你可以在这里开始汇报
|
||||
about: 遇到了bug? 你可以在这里开始汇报(仅限软件本体问题)
|
||||
title: ''
|
||||
labels: ''
|
||||
labels: bug?
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
|
||||
!请不要删除此处内容!
|
||||
|
||||
在您发布此Issue前, 请您花一点时间查看下面几条指引🔽
|
||||
|
||||
1: ❗ | 确定没有相同问题的ISSUE已被提出. (教程: https://github.com/Mrs4s/go-cqhttp/issues/633)
|
||||
@ -28,7 +31,7 @@ assignees: ''
|
||||
-->
|
||||
|
||||
**环境信息**
|
||||
<!-- 请根据实际使用环境修改以下信息。请勿留空。 -->
|
||||
<!-- 请根据实际使用环境修改以下信息。请勿删除或留空。 -->
|
||||
go-cqhttp版本:
|
||||
运行环境:
|
||||
连接方式:
|
||||
|
6
.github/ISSUE_TEMPLATE/config.yml
vendored
6
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -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: 使用中若遇到问题或有新点子新需求,请先在这里求助和征求意见。
|
||||
|
15
.github/ISSUE_TEMPLATE/feat--.md
vendored
Normal file
15
.github/ISSUE_TEMPLATE/feat--.md
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
name: 新功能提议
|
||||
about: 提出新功能
|
||||
title: ''
|
||||
labels: feature request
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**环境信息**
|
||||
<!-- 请尽量填写 -->
|
||||
go-cqhttp版本:
|
||||
|
||||
**需要添加的功能内容**
|
||||
<!-- 请在这里详细描述新功能的实现方法 -->
|
2
.github/workflows/issuebot.yml
vendored
2
.github/workflows/issuebot.yml
vendored
@ -2,7 +2,7 @@ name: Issuebot
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
types: [opened, edited]
|
||||
|
||||
jobs:
|
||||
new_issue:
|
||||
|
@ -18,6 +18,7 @@ _✨ 基于 [Mirai](https://github.com/mamoe/mirai) 以及 [MiraiGo](https://git
|
||||
<a href="https://github.com/Mrs4s/go-cqhttp/releases">
|
||||
<img src="https://img.shields.io/github/v/release/Mrs4s/go-cqhttp?color=blueviolet&include_prereleases" alt="release">
|
||||
</a>
|
||||
<a href="https://app.fossa.com/projects/git%2Bgithub.com%2FMrs4s%2Fgo-cqhttp?ref=badge_shield" alt="FOSSA Status"><img src="https://app.fossa.com/api/projects/git%2Bgithub.com%2FMrs4s%2Fgo-cqhttp.svg?type=shield"/></a>
|
||||
<a href="https://github.com/howmanybots/onebot/blob/master/README.md">
|
||||
<img src="https://img.shields.io/badge/OneBot-v11-blue?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAADAwMHBwceHh4UFBQNDQ0ZGRkoKCgvLy8iIiLWSdWYAAAAAXRSTlMAQObYZgAAAQVJREFUSMftlM0RgjAQhV+0ATYK6i1Xb+iMd0qgBEqgBEuwBOxU2QDKsjvojQPvkJ/ZL5sXkgWrFirK4MibYUdE3OR2nEpuKz1/q8CdNxNQgthZCXYVLjyoDQftaKuniHHWRnPh2GCUetR2/9HsMAXyUT4/3UHwtQT2AggSCGKeSAsFnxBIOuAggdh3AKTL7pDuCyABcMb0aQP7aM4AnAbc/wHwA5D2wDHTTe56gIIOUA/4YYV2e1sg713PXdZJAuncdZMAGkAukU9OAn40O849+0ornPwT93rphWF0mgAbauUrEOthlX8Zu7P5A6kZyKCJy75hhw1Mgr9RAUvX7A3csGqZegEdniCx30c3agAAAABJRU5ErkJggg==" alt="cqhttp">
|
||||
</a>
|
||||
@ -37,6 +38,7 @@ _✨ 基于 [Mirai](https://github.com/mamoe/mirai) 以及 [MiraiGo](https://git
|
||||
<a href="https://docs.go-cqhttp.org/guide/quick_start.html">开始使用</a>
|
||||
</p>
|
||||
|
||||
|
||||
## 兼容性
|
||||
go-cqhttp兼容[OneBot-v11](https://github.com/howmanybots/onebot/tree/master/v11/specs)绝大多数内容,并在其基础上做了一些扩展,详情请看go-cqhttp的文档
|
||||
|
||||
|
@ -29,7 +29,6 @@
|
||||
- [发送合并转发(群)](#发送合并转发群)
|
||||
- [获取中文分词](#获取中文分词)
|
||||
- [图片OCR](#图片ocr)
|
||||
- [获取中文分词](#获取中文分词)
|
||||
- [获取群系统消息](#获取群文件系统信息)
|
||||
- [获取群文件系统信息](#获取群文件系统信息)
|
||||
- [获取群根目录文件列表](#获取群根目录文件列表)
|
||||
|
Loading…
x
Reference in New Issue
Block a user