Skip to content

Commit

Permalink
shidan: 增加娘化穿越
Browse files Browse the repository at this point in the history
  • Loading branch information
shudorcl committed Oct 14, 2024
1 parent abd4374 commit d7a59fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1267,6 +1267,8 @@ print("run[CQ:image,file="+j["img"]+"]")
- [x] 今日老婆[@xxx]

- [x] 黄油角色[@xxx]

- [x] 娘化穿越到异世界[@xxx]

</details>
<details>
Expand Down
4 changes: 3 additions & 1 deletion plugin/shindan/shindan.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ func init() {
"- 异世界转生[@xxx]\n" +
"- 卖萌[@xxx]\n" +
"- 今日老婆[@xxx]\n" +
"- 黄油角色[@xxx]",
"- 黄油角色[@xxx]\n" +
"- 娘化穿越到异世界[@xxx]",
})
engine.OnPrefix("异世界转生", number(587874)).SetBlock(true).Limit(ctxext.LimitByUser).Handle(handlepic)
engine.OnPrefix("今天是什么少女", number(162207)).SetBlock(true).Limit(ctxext.LimitByUser).Handle(handlepic)
engine.OnPrefix("卖萌", number(360578)).SetBlock(true).Limit(ctxext.LimitByUser).Handle(handletxt)
engine.OnPrefix("今日老婆", number(1075116)).SetBlock(true).Limit(ctxext.LimitByUser).Handle(handlecq)
engine.OnPrefix("黄油角色", number(1115465)).SetBlock(true).Limit(ctxext.LimitByUser).Handle(handlepic)
engine.OnPrefix("娘化穿越到异世界", number(637918)).SetBlock(true).Limit(ctxext.LimitByUser).Handle(handlepic)
}

func handletxt(ctx *zero.Ctx) {
Expand Down

0 comments on commit d7a59fd

Please sign in to comment.