Skip to content

Commit b84c601

Browse files
authored
添加qqwife插件 (#8)
* 添加qqwife插件 * fix * fix * update * update * fix
1 parent 3075503 commit b84c601

File tree

5 files changed

+1272
-0
lines changed

5 files changed

+1272
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,37 @@ nanobot [-Tadhst] ID1 ID2 ...
182182

183183
</details>
184184

185+
<details>
186+
<summary>娶群友</summary>
187+
188+
`import _ "github.com/FloatTech/NanoBot-Plugin/plugin/qqwife"`
189+
190+
- [x] 娶群友
191+
192+
- [x] 群老婆列表
193+
194+
- [x] (娶|嫁)@对方QQ
195+
196+
- [x] 牛@对方QQ
197+
198+
- [x] 闹离婚
199+
200+
- [x] 买礼物给@对方QQ
201+
202+
- [x] 做媒 @攻方QQ @受方QQ
203+
204+
- [x] 查好感度@对方QQ
205+
206+
- [x] 好感度列表
207+
208+
- [x] [允许|禁止]自由恋爱
209+
210+
- [x] [允许|禁止]牛头人
211+
212+
- [x] 设置CD为xx小时 →(默认12小时)
213+
214+
</details>
215+
185216
<details>
186217
<summary>在线代码运行</summary>
187218

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import (
2424
_ "github.com/FloatTech/NanoBot-Plugin/plugin/genshin"
2525
_ "github.com/FloatTech/NanoBot-Plugin/plugin/hyaku"
2626
_ "github.com/FloatTech/NanoBot-Plugin/plugin/manager"
27+
_ "github.com/FloatTech/NanoBot-Plugin/plugin/qqwife"
2728
_ "github.com/FloatTech/NanoBot-Plugin/plugin/runcode"
2829
_ "github.com/FloatTech/NanoBot-Plugin/plugin/score"
2930
_ "github.com/FloatTech/NanoBot-Plugin/plugin/status"

0 commit comments

Comments
 (0)