From f71a4a868e09773b4c1b5ff47170283e748cab1d Mon Sep 17 00:00:00 2001 From: xunbu Date: Sun, 25 May 2025 18:03:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=BC=80=E7=BD=91=E9=A1=B5=E6=97=B6?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=85=88=E5=89=8D=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 7 +++---- docutranslate/static/index.html | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index afea7d0..411d571 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,8 +5,7 @@ - - + - + diff --git a/docutranslate/static/index.html b/docutranslate/static/index.html index 665d64f..68afb16 100644 --- a/docutranslate/static/index.html +++ b/docutranslate/static/index.html @@ -18,7 +18,7 @@ } summary { - border-bottom: 1px dashed #ccc; + border-bottom: 1px dashed #ccc; padding-bottom: 0.5rem; } @@ -564,6 +564,7 @@ } loadSettings(); + startPolling(); platformSelect.addEventListener('change', updatePlatformUI); apikeyInput.addEventListener('input', (e) => saveToStorage(`translator_platform_${platformSelect.value}_apikey`, e.target.value));