From ef687b54f93477e348cf1a7d774c0accccf6476f Mon Sep 17 00:00:00 2001 From: xunbu Date: Wed, 16 Jul 2025 15:13:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A4=E4=BA=92=E5=BC=8F=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=90=AF=E7=94=A8=E5=85=AC=E5=BC=8F=E5=92=8C?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=AF=86=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docutranslate/static/index.html | 4 ++-- 更新日志.txt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docutranslate/static/index.html b/docutranslate/static/index.html index b7e5967..0148975 100644 --- a/docutranslate/static/index.html +++ b/docutranslate/static/index.html @@ -1477,8 +1477,8 @@ convertEnginSelect.value = getFromStorage('translator_convert_engin', 'mineru'); updateConvertEnginUI(); toLangSelect.value = getFromStorage('translator_to_lang', '中文'); - formulaCheckbox.checked = getFromStorage('translator_formula_ocr') === 'true'; - codeCheckbox.checked = getFromStorage('translator_code_ocr') === 'true'; + formulaCheckbox.checked = getFromStorage('translator_formula_ocr','true') === 'true'; + codeCheckbox.checked = getFromStorage('translator_code_ocr','true') === 'true'; refineCheckbox.checked = getFromStorage('translator_refine_markdown') === 'true'; customPromptTranslateArea.value = getFromStorage("custom_prompt_translate"); diff --git a/更新日志.txt b/更新日志.txt index 21d5d84..d3a31d3 100644 --- a/更新日志.txt +++ b/更新日志.txt @@ -1,5 +1,11 @@ 更新日志 ---------------------------------------- +v0.3.3版 2025.7.16 +优化 +- 提高协程的细粒度 +- 异步加载预览页面 +- 增加目标语言选项 +---------------------------------------- v0.3.2版 2025.7.15 优化 - 提升交互式界面在移动式设备上的效果