添加开发模式配置;新增入口文件和函数调用处理逻辑;重构文档字符串解析类

This commit is contained in:
2024-12-15 01:06:41 +08:00
parent 52046ba032
commit 4083aba99f
9 changed files with 403 additions and 15 deletions

View File

@ -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"]: