1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-07 20:45:53 +08:00

Merge branch 'master' into patch-1

This commit is contained in:
sam01101 2021-03-20 03:12:46 +08:00 committed by GitHub
commit 067fa37723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 26 additions and 11 deletions

View File

@ -1,13 +1,16 @@
--- ---
name: Bug汇报 name: Bug汇报
about: 遇到了bug? 你可以在这里开始汇报 about: 遇到了bug? 你可以在这里开始汇报(仅限软件本体问题)
title: '' title: ''
labels: '' labels: bug?
assignees: '' assignees: ''
--- ---
<!-- <!--
!请不要删除此处内容!
在您发布此Issue前, 请您花一点时间查看下面几条指引🔽 在您发布此Issue前, 请您花一点时间查看下面几条指引🔽
1: ❗ | 确定没有相同问题的ISSUE已被提出. (教程: https://github.com/Mrs4s/go-cqhttp/issues/633) 1: ❗ | 确定没有相同问题的ISSUE已被提出. (教程: https://github.com/Mrs4s/go-cqhttp/issues/633)
@ -28,7 +31,7 @@ assignees: ''
--> -->
**环境信息** **环境信息**
<!-- 请根据实际使用环境修改以下信息。请勿留空。 --> <!-- 请根据实际使用环境修改以下信息。请勿删除或留空。 -->
go-cqhttp版本: go-cqhttp版本:
运行环境: 运行环境:
连接方式: 连接方式:

View File

@ -1,8 +1,8 @@
blank_issues_enabled: false blank_issues_enabled: false
contact_links: contact_links:
- name: 提出新建议/功能
url: https://github.com/Mrs4s/go-cqhttp/discussions/new
about: 请在这里提出你的建议或功能
- name: 不知道怎么做? - name: 不知道怎么做?
url: https://github.com/Mrs4s/go-cqhttp/issues/633 url: https://github.com/Mrs4s/go-cqhttp/issues/633
about: 建议你首先查看此教程 about: 建议你先查看此教程
- name: 讨论区
url: https://github.com/Mrs4s/go-cqhttp/discussions/
about: 使用中若遇到问题或有新点子新需求,请先在这里求助和征求意见。

15
.github/ISSUE_TEMPLATE/feat--.md vendored Normal file
View File

@ -0,0 +1,15 @@
---
name: 新功能提议
about: 提出新功能
title: ''
labels: feature request
assignees: ''
---
**环境信息**
<!-- 请尽量填写 -->
go-cqhttp版本:
**需要添加的功能内容**
<!-- 请在这里详细描述新功能的实现方法 -->

View File

@ -2,7 +2,7 @@ name: Issuebot
on: on:
issues: issues:
types: [opened] types: [opened, edited]
jobs: jobs:
new_issue: new_issue:

View File

@ -39,8 +39,6 @@ _✨ 基于 [Mirai](https://github.com/mamoe/mirai) 以及 [MiraiGo](https://git
</p> </p>
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FMrs4s%2Fgo-cqhttp.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FMrs4s%2Fgo-cqhttp?ref=badge_large)
## 兼容性 ## 兼容性
go-cqhttp兼容[OneBot-v11](https://github.com/howmanybots/onebot/tree/master/v11/specs)绝大多数内容并在其基础上做了一些扩展详情请看go-cqhttp的文档 go-cqhttp兼容[OneBot-v11](https://github.com/howmanybots/onebot/tree/master/v11/specs)绝大多数内容并在其基础上做了一些扩展详情请看go-cqhttp的文档

View File

@ -29,7 +29,6 @@
- [发送合并转发(群)](#发送合并转发群) - [发送合并转发(群)](#发送合并转发群)
- [获取中文分词](#获取中文分词) - [获取中文分词](#获取中文分词)
- [图片OCR](#图片ocr) - [图片OCR](#图片ocr)
- [获取中文分词](#获取中文分词)
- [获取群系统消息](#获取群文件系统信息) - [获取群系统消息](#获取群文件系统信息)
- [获取群文件系统信息](#获取群文件系统信息) - [获取群文件系统信息](#获取群文件系统信息)
- [获取群根目录文件列表](#获取群根目录文件列表) - [获取群根目录文件列表](#获取群根目录文件列表)