From 387cdc94005ed18e8850de1dd180680848f36e42 Mon Sep 17 00:00:00 2001 From: "hehihoho3@gmail.com" Date: Tue, 21 Jul 2026 11:18:43 +0900 Subject: [PATCH] =?UTF-8?q?feat(comment-cards):=20=EA=B8=B0=EB=B3=B8?= =?UTF-8?q?=EA=B0=92=EC=9D=84=20=EA=B2=80=EC=A0=95=20=EB=B0=B0=EA=B2=BD=20?= =?UTF-8?q?+=20=EB=91=A5=EA=B7=BC=20=EB=AA=A8=EC=84=9C=EB=A6=AC=EB=A1=9C?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 카드 첫 렌더 시 배경 검정(글자 흰색) + 둥근 모서리가 적용되도록 초기값과 툴바 버튼 상태(활성 표시·레이블) 조정. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/main/resources/static/js/comment-cards.js | 4 ++-- src/main/resources/templates/comment-cards.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/static/js/comment-cards.js b/src/main/resources/static/js/comment-cards.js index c2c241d..54646e9 100644 --- a/src/main/resources/static/js/comment-cards.js +++ b/src/main/resources/static/js/comment-cards.js @@ -3,10 +3,10 @@ window.__cards = []; // 호환용 별칭 window.__videoId = null; // 타임라인 링크용 let mosaicOn = true; // 프로필·아이디 모자이크 기본 ON - let roundedOn = false; // 모서리 둥글게 토글(기본: 각진 모서리) + let roundedOn = true; // 모서리 둥글게 토글(기본: 둥근 모서리) let wordMaskOn = true; // 단어 가리기 기본 ON(단어 클릭=가림). 끄면 카드 클릭=복사. let textScale = 1; // 내용 글자 크기 배율(카드 크기는 유지, .cc-text만 확대/축소) - let bgMode = 'default'; // 카드 배경: default|white|black (black이면 글자 흰색) + let bgMode = 'black'; // 카드 배경 기본값: default|white|black (black이면 글자 흰색) let dirHandle = null; // 저장 폴더(File System Access API). null이면 브라우저 다운로드 폴백. let dirOptOut = false; // 사용자가 폴더 지정을 직접 해제 → '전체 저장' 시 다시 묻지 않음 const savedIds = new Set(); // 이미 저장한 댓글 id(재렌더·필터 변경에도 표시 유지) diff --git a/src/main/resources/templates/comment-cards.html b/src/main/resources/templates/comment-cards.html index 4167527..ebde8e5 100644 --- a/src/main/resources/templates/comment-cards.html +++ b/src/main/resources/templates/comment-cards.html @@ -147,14 +147,14 @@ - + 100% - + @@ -170,7 +170,7 @@ - +