选择模型
- -未找到匹配的模型
-From eb2a09b82ff30980179df154a8d1965c98c3d99f Mon Sep 17 00:00:00 2001 From: MT-Mint <798521692@qq.com> Date: Fri, 20 Mar 2026 14:28:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20PDF=E5=AF=B9=E7=85=A7=E8=A7=86=E5=9B=BE?= =?UTF-8?q?=E7=A7=BB=E6=A4=8D=E8=BF=9B=E6=B2=89=E6=B5=B8=E5=BC=8F=E5=B8=83?= =?UTF-8?q?=E5=B1=80=EF=BC=8C=E4=BA=A4=E4=BA=92=E4=BC=98=E5=8C=96=E4=B8=8E?= =?UTF-8?q?=E5=A4=9A=E9=A1=B9=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - PDF对照视图:只在有结构化翻译数据时隐藏AI助手,修复确认框弹出时tab栏被隐藏 - 修复翻译模型名称错误(tongyi -> aliyun) - 仅阅读功能:添加延迟确保IndexedDB事务提交后再跳转 - triggerReprocessWithMinerU完成后自动跳转到PDF对照视图 - 重置renderingTab防抖锁解决界面卡住问题 - 永久隐藏沉浸模式切换按钮 - 删除未使用的logo SVG文件 --- css/history_detail/02-layout/immersive.css | 5 +- index.html | 14 +- index.html.backup | 2126 -------------------- js/app.js | 5 + js/chatbot/ui/chatbot-message-renderer.js | 11 +- js/history/history_detail_scripts.js | 29 +- js/history/history_detail_show_tab.js | 16 +- js/ui/ocr-settings.js | 22 +- js/ui/sidebar-integration.js | 8 +- js/ui/ui_model_ocr_config.js | 8 +- public/h_with_name.svg | 1 - public/pure.svg | 1 - public/with_name.svg | 1 - views/drawio/drawio.html | 1 - views/history/history_detail.html | 18 +- views/landing/landing-page.html | 7 +- views/mindmap/mindmap.html | 1 - 17 files changed, 68 insertions(+), 2206 deletions(-) delete mode 100644 index.html.backup delete mode 100644 public/h_with_name.svg delete mode 100644 public/pure.svg delete mode 100644 public/with_name.svg diff --git a/css/history_detail/02-layout/immersive.css b/css/history_detail/02-layout/immersive.css index 177d2c8..561a075 100644 --- a/css/history_detail/02-layout/immersive.css +++ b/css/history_detail/02-layout/immersive.css @@ -494,6 +494,7 @@ body.toc-dock-resizing #toc-vs-dock-resize-handle { /* ==================== 8. 沉浸模式切换按钮 ==================== */ #toggle-immersive-btn { + display: none !important; /* 永久隐藏 */ position: fixed !important; top: var(--spacing-md) !important; right: var(--spacing-md) !important; @@ -673,9 +674,9 @@ body.immersive-active #immersive-main-content-area .container { flex-direction: column !important; } -/* 沉浸模式下隐藏 PDF 对照按钮 */ +/* 沉浸模式下显示 PDF 对照按钮(用户要求在沉浸模式中也能使用) */ body.immersive-active #tab-pdf-compare { - display: none !important; + display: flex !important; } /* Modal 和右键菜单的 z-index 提升 */ diff --git a/index.html b/index.html index 2fe5837..53d56bf 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,6 @@
未找到匹配的模型
-