mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-01 16:39:52 +00:00
✨ 添加开发模式配置;新增入口文件和函数调用处理逻辑;重构文档字符串解析类
This commit is contained in:
@ -204,7 +204,6 @@ class JRTChannel(ConvertChannel):
|
||||
"outputScale": "{}%".format(dpi / 3 * 5),
|
||||
},
|
||||
)
|
||||
print(post_response)
|
||||
if post_response.status_code == 200:
|
||||
|
||||
if not (json_response := post_response.json())["error"]:
|
||||
|
Reference in New Issue
Block a user