fix:
1. 修复登录界面文字被遮挡问题 2. 大字模式关闭后显示异常问题 3. 重新调整大字模式是否开启时的字体显示效果
This commit is contained in:
@@ -185,7 +185,9 @@ def _update_task_status_sync(
|
||||
|
||||
logger.debug("任务状态已更新: task_id={} status={}", task_id, status)
|
||||
except Exception as e:
|
||||
logger.error("event=memoir_task_status_update_failed msg=更新任务状态失败 exc={}", e)
|
||||
logger.error(
|
||||
"event=memoir_task_status_update_failed msg=更新任务状态失败 exc={}", e
|
||||
)
|
||||
|
||||
|
||||
def _merge_chapter_image_assets(
|
||||
|
||||
Reference in New Issue
Block a user