mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-12 18:20:27 +00:00
✨ job可获取网页信息,可代表执行
This commit is contained in:
@@ -117,7 +117,7 @@ func init() {
|
||||
)
|
||||
} else {
|
||||
// 执行运行
|
||||
block := message.UnescapeCQCodeText(ctx.State["regex_matched"].([]string)[3])
|
||||
block := message.UnescapeCQText(ctx.State["regex_matched"].([]string)[3])
|
||||
switch block {
|
||||
case "help":
|
||||
ctx.SendChain(
|
||||
|
||||
Reference in New Issue
Block a user