This commit is contained in:
2025-09-18 20:25:28 +08:00
parent acc23906aa
commit d965641c9a
+3 -1
View File
@@ -191,4 +191,6 @@ class Jx3ApiPlugin(Star):
yield event.plain_result("处理接口返回信息时出错") yield event.plain_result("处理接口返回信息时出错")
async def terminate(self): async def terminate(self):
"""可选择实现异步的插件销毁方法,当插件被卸载/停用时会调用。""" """可选择实现异步的插件销毁方法,当插件被卸载/停用时会调用。"""