mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-07 00:20:09 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
340dc40328
19
.github/ISSUE_TEMPLATE/----.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/----.md
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
name: 特性申请
|
||||
about: 申请 mirai 添加新的特性
|
||||
title: ''
|
||||
labels: feature
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
以下相关功能将会被直接拒绝:
|
||||
- 资金相关: 红包, 转账
|
||||
- 主动加好友, 主动加群, 主动邀请加入群
|
||||
|
||||
|
||||
可以提交的内容:
|
||||
- 有较高使用频率的协议 (低频功能不接受提议)
|
||||
- 架构 / 功能上的建议 (欢迎)
|
||||
|
||||
请删除以上内容后再描述问题
|
17
.github/ISSUE_TEMPLATE/bug---.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/bug---.md
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
name: Bug 报告
|
||||
about: 提交一个 bug
|
||||
title: ''
|
||||
labels: " bug "
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
提交前请先确认:
|
||||
- 已经在现有 issue 列表中检查并未发现重复问题
|
||||
- 确认问题属于 `mirai-core`, 而不是 `mirai-console` 或其他
|
||||
|
||||
若有报错, 请尽可能附加完整控制台日志或截图
|
||||
若无报错, 请尽可能描述如何复现这个问题
|
||||
|
||||
请删除以上内容后再描述问题
|
@ -7,7 +7,7 @@
|
||||
----
|
||||
|
||||
[![Gitter](https://badges.gitter.im/mamoe/mirai.svg)](https://gitter.im/mamoe/mirai?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||
[![Actions Status](https://github.com/mamoe/mirai/workflows/CI/badge.svg)](https://github.com/mamoe/mirai/actions)
|
||||
![Gradle CI](https://github.com/mamoe/mirai/workflows/Gradle%20CI/badge.svg?branch=master)
|
||||
[![Download](https://api.bintray.com/packages/him188moe/mirai/mirai-core/images/download.svg)](https://bintray.com/him188moe/mirai/mirai-core/)
|
||||
|
||||
Mirai 是一个在全平台下运行,提供 QQ Android 和 TIM PC 协议支持的高效率机器人框架
|
||||
@ -22,6 +22,7 @@ Mirai 是一个在全平台下运行,提供 QQ Android 和 TIM PC 协议支持
|
||||
|
||||
**[English](README-eng.md)**
|
||||
|
||||
|
||||
多平台 **QQ Android** 和 **TIM PC** 协议支持库与高效率的机器人框架.
|
||||
纯 Kotlin 实现协议和支持框架,模块<b>全部免费开源</b>。
|
||||
目前可运行在 JVM 或 Android 平台。
|
||||
@ -60,7 +61,7 @@ Demos: [mirai-demos](https://github.com/mamoe/mirai-demos)
|
||||
|
||||
### 使用者
|
||||
|
||||
- [mirai-console](https://github.com/mamoe/mirai/tree/master/mirai-console) 支持插件 **本模块正在完善**
|
||||
- [mirai-console](https://github.com/mamoe/mirai-console) 支持插件 **本模块正在完善**
|
||||
|
||||
### 我是其他平台的使用者
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user