Skip to content

Commit

Permalink
Merge branch 'main' of github.com:BillYang2016/entrylib into main
Browse files Browse the repository at this point in the history
  • Loading branch information
BillYang2016 committed Aug 12, 2021
2 parents d6918d7 + af74ba7 commit f2769e5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ EntryLib 是一个基于 [Mirai-Console](https://github.com/mamoe/mirai-console)

# 目录
- [声明](#声明)
- [FAQs](#faqs)
- [使用方法](#使用方法)
- [基本指令列表](#基本指令列表)
- [匹配顺序](#匹配顺序)
- [群分组](#群分组)
- [额外说明](#额外说明)
- [配置项](#配置项)
- [控制台](#控制台)
- [FAQs](#faqs)
- [Mirai 码支持](#mirai-码支持)
- [数据库结构](#数据库结构)
- [插件依赖](#插件依赖)
Expand All @@ -28,6 +28,10 @@ EntryLib 是一个基于 [Mirai-Console](https://github.com/mamoe/mirai-console)
- 如果在使用插件过程中遇到任何问题,请发送 [Issues](https://github.com/BillYang2016/entrylib/issues) 询问
- 插件开发初期,有许多期待完善之处,欢迎提交代码风格相似的 [PR](https://github.com/BillYang2016/entrylib/pulls)

# FAQs
1. [#4. 请问如何才能让关键字触发的时候bot自动回复?](https://github.com/BillYang2016/entrylib/issues/4)
2. 更多使用问题请查看 [Closed Issue](https://github.com/BillYang2016/entrylib/issues?q=is%3Aissue+is%3Aclosed),这可以解决您 90% 的问题

## 可用 console 版本

### 0.5.2
Expand Down Expand Up @@ -209,11 +213,8 @@ EntryLib 是一个基于 [Mirai-Console](https://github.com/mamoe/mirai-console)

关于导入导出文件的版本问题,请见[兼容性问题](#兼容性问题)

# FAQs
1. [#4. 请问如何才能让关键字触发的时候bot自动回复?](https://github.com/BillYang2016/entrylib/issues/4)

# Mirai 码支持
关于 Mirai 码的具体说明,请查看[Mirai 文档](https://github.com/mamoe/mirai/blob/dev/docs/Messages.md#mirai-%E7%A0%81)
关于 Mirai 码的具体说明,请查看 [Mirai 文档](https://github.com/mamoe/mirai/blob/dev/docs/Messages.md#mirai-%E7%A0%81)

已适配的 Mirai 码:
- [x] 纯文本
Expand All @@ -234,7 +235,7 @@ EntryLib 是一个基于 [Mirai-Console](https://github.com/mamoe/mirai-console)

### 唯一消息限制
由于 Mirai 元素唯一性的限制,部分消息(如骰子、语音、戳一戳等)只能单一存在,这也是符合现实的:一条消息如果包含了语音,就不能同时包含群文件、提及全体成员、文字内容等元素。
如何让机器人学习唯一消息:请使用[ Mirai 码](https://github.com/mamoe/mirai/blob/dev/docs/Messages.md#mirai-%E7%A0%81),如:`学习#骰子#[mirai:dice:5]`
如何让机器人学习唯一消息:请使用 [Mirai 码](https://github.com/mamoe/mirai/blob/dev/docs/Messages.md#mirai-%E7%A0%81),如:`学习#骰子#[mirai:dice:5]`
若机器人在同一个词条中储存了多个唯一消息,将会仅发送最后的唯一消息

### 骰子随机性
Expand Down

0 comments on commit f2769e5

Please sign in to comment.