From 32b2eae62c775b33e9d80876c0354b13b25371bb Mon Sep 17 00:00:00 2001 From: "hehihoho3@gmail.com" Date: Thu, 25 Jun 2026 15:25:35 +0900 Subject: [PATCH] =?UTF-8?q?feat(rework):=20=EB=B0=9B=EC=95=84=EC=A7=84=20?= =?UTF-8?q?=EC=83=81=ED=83=9C=EB=A9=B4=20'=EC=9B=90=EB=B3=B8=20=EB=8B=A4?= =?UTF-8?q?=EC=9A=B4=EB=A1=9C=EB=93=9C'=20=EC=88=A8=EA=B8=B0=EA=B3=A0=20'?= =?UTF-8?q?=EC=A0=84=EC=82=AC'=20=EB=B2=84=ED=8A=BC=20=EB=85=B8=EC=B6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 캐시(받은 원본) 보유 시 '원본 다운로드'를 숨기고, 그 자리에 '전사' 버튼을 띄운다 (전사만 실패했을 때 재다운로드 없이 재시도). 캐시 없으면 다시 '원본 다운로드' 표시. - updateCacheUI: downloadBtn 숨김/표시 대칭 토글 + transcribeCachedBtn 노출 - runTranscribeCached 헬퍼 추출(다운로드 2단계 전사와 '전사' 버튼이 공유) - '전사' 버튼 onclick=transcribeCached() Co-Authored-By: Claude Opus 4.8 (1M context) --- src/main/resources/templates/rework.html | 56 +++++++++++++++++++----- 1 file changed, 46 insertions(+), 10 deletions(-) diff --git a/src/main/resources/templates/rework.html b/src/main/resources/templates/rework.html index 3f054f7..daa3e45 100644 --- a/src/main/resources/templates/rework.html +++ b/src/main/resources/templates/rework.html @@ -142,6 +142,9 @@ +