This commit is contained in:
qsc
2026-01-28 22:06:27 +08:00
parent 3248bdbaf9
commit 2454b4cc38
2 changed files with 7 additions and 6 deletions
+6 -5
View File
@@ -322,12 +322,13 @@ class JX3Commands(Star):
)
controller.stop()
return
url = await self.html_render(data1["temp"], {}, options={})
msg_text = data1["data"]
chain = MessageChain()
chain.url_image(url)
if data1["temp"] != "":
url = await self.html_render(data1["temp"], {}, options={})
chain.url_image(url)
msg_text = data1["data"]
chain.message(msg_text)
await new_event.send(chain)
+1 -1
View File
@@ -304,7 +304,7 @@
"description":"魔盒获取宏推荐列表",
"params":{
"kungfu": "易筋经",
"size": "10",
"size": "20",
"client": "std"
}
}