This commit is contained in:
qsc
2026-02-14 20:59:45 +08:00
parent d18b055414
commit 0630492d95
4 changed files with 382 additions and 429 deletions
+1 -1
View File
@@ -1372,7 +1372,7 @@ class JX3Service:
return_data["temp"] = data["post_content"]
msg = ""
for m in data["post_meta"]["data"]:
msg += f"【宏名称】{m['name']}\n"
msg += f"【宏名称】\n{m['name']}\n"
msg += f"【使用说明】\n{m['desc']}\n"
msg += f"【宏脚本】\n{m['macro']}\n\n"