mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-20 06:20:08 +08:00
🐛 edit README
This commit is contained in:
parent
a7901745e8
commit
37b95e9559
12
README.md
12
README.md
@ -118,7 +118,7 @@ zerobot [-c config.json] [-h] [-s config.json] [-t token] [-u url] [-n nickname]
|
|||||||
<details>
|
<details>
|
||||||
<summary>动态加载插件</summary>
|
<summary>动态加载插件</summary>
|
||||||
|
|
||||||
`import _ github.com/FloatTech/ZeroBot-Plugin-Dynamic/dyloader`
|
`import _ "github.com/FloatTech/ZeroBot-Plugin-Dynamic/dyloader"`
|
||||||
|
|
||||||
- 本功能需要`cgo`,故已分离出主线。详见[ZeroBot-Plugin-Dynamic](https://github.com/FloatTech/ZeroBot-Plugin-Dynamic)
|
- 本功能需要`cgo`,故已分离出主线。详见[ZeroBot-Plugin-Dynamic](https://github.com/FloatTech/ZeroBot-Plugin-Dynamic)
|
||||||
|
|
||||||
@ -146,7 +146,7 @@ zerobot [-c config.json] [-h] [-s config.json] [-t token] [-u url] [-n nickname]
|
|||||||
<details>
|
<details>
|
||||||
<summary>睡眠管理</summary>
|
<summary>睡眠管理</summary>
|
||||||
|
|
||||||
`import _ github.com/FloatTech/ZeroBot-Plugin/plugin/sleep_manage`
|
`import _ "github.com/FloatTech/ZeroBot-Plugin/plugin/sleep_manage"`
|
||||||
|
|
||||||
- [x] 早安 | 晚安
|
- [x] 早安 | 晚安
|
||||||
|
|
||||||
@ -447,7 +447,7 @@ print("run[CQ:image,file="+j["img"]+"]")
|
|||||||
<details>
|
<details>
|
||||||
<summary>DeepDanbooru二次元图标签识别</summary>
|
<summary>DeepDanbooru二次元图标签识别</summary>
|
||||||
|
|
||||||
`import _ github.com/FloatTech/ZeroBot-Plugin/plugin/danbooru`
|
`import _ "github.com/FloatTech/ZeroBot-Plugin/plugin/danbooru"`
|
||||||
|
|
||||||
- [x] 鉴赏图片[图片]
|
- [x] 鉴赏图片[图片]
|
||||||
|
|
||||||
@ -522,7 +522,7 @@ print("run[CQ:image,file="+j["img"]+"]")
|
|||||||
<details>
|
<details>
|
||||||
<summary>每日运势</summary>
|
<summary>每日运势</summary>
|
||||||
|
|
||||||
`import _ github.com/FloatTech/ZeroBot-Plugin/plugin/fortune`
|
`import _ "github.com/FloatTech/ZeroBot-Plugin/plugin/fortune"`
|
||||||
|
|
||||||
- [x] 运势 | 抽签
|
- [x] 运势 | 抽签
|
||||||
|
|
||||||
@ -540,7 +540,7 @@ print("run[CQ:image,file="+j["img"]+"]")
|
|||||||
<details>
|
<details>
|
||||||
<summary>原神抽卡</summary>
|
<summary>原神抽卡</summary>
|
||||||
|
|
||||||
`import _ github.com/FloatTech/ZeroBot-Plugin/plugin/genshin`
|
`import _ "github.com/FloatTech/ZeroBot-Plugin/plugin/genshin"`
|
||||||
|
|
||||||
- [x] 切换原神卡池
|
- [x] 切换原神卡池
|
||||||
|
|
||||||
@ -796,7 +796,7 @@ print("run[CQ:image,file="+j["img"]+"]")
|
|||||||
<details>
|
<details>
|
||||||
<summary>浅草寺求签</summary>
|
<summary>浅草寺求签</summary>
|
||||||
|
|
||||||
`import _ github.com/FloatTech/ZeroBot-Plugin/plugin/omikuji`
|
`import _ "github.com/FloatTech/ZeroBot-Plugin/plugin/omikuji"`
|
||||||
|
|
||||||
- [x] 求签 | 占卜
|
- [x] 求签 | 占卜
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user