From c9b484e4c81ff5bb80aa22ae3834f5cef55eef4f Mon Sep 17 00:00:00 2001 From: zenn Date: Fri, 15 May 2026 18:44:56 +0900 Subject: [PATCH] =?UTF-8?q?v1.2.4:=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EC=BA=A1=EC=85=98=20=ED=91=9C=EC=8B=9C=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?=EB=B0=8F=20=EB=AF=B8=EB=A6=AC=EB=B3=B4=EA=B8=B0=20=EA=B0=A4?= =?UTF-8?q?=EB=9F=AC=EB=A6=AC=20=EB=93=9C=EB=9E=98=EA=B7=B8=20=EC=A0=95?= =?UTF-8?q?=EB=A0=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 파일명 alt와 캡션을 분리해 공개·미리보기에 캡션이 보이도록 하고, 관리자 미리보기에서 갤러리 순서를 드래그로 바꿀 수 있게 했다. Co-authored-by: Cursor --- components/admin/AdminMarkdownEditor.vue | 45 +++++- .../content/ContentMarkdownRenderer.vue | 134 ++++++++++++++++-- components/content/ProseImage.vue | 12 +- docs/update.md | 6 + lib/markdown-image.js | 29 +++- package-lock.json | 36 ++--- package.json | 2 +- 7 files changed, 224 insertions(+), 40 deletions(-) diff --git a/components/admin/AdminMarkdownEditor.vue b/components/admin/AdminMarkdownEditor.vue index 854ca40..844c5fc 100644 --- a/components/admin/AdminMarkdownEditor.vue +++ b/components/admin/AdminMarkdownEditor.vue @@ -1,7 +1,7 @@