From 39c7d5c5f5058c6805a4308e721d1234f7cf0d44 Mon Sep 17 00:00:00 2001 From: LiuDQ <21124031@qq.com> Date: Wed, 5 Nov 2025 10:38:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AF=8C=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=EF=BC=9A1.=E5=8F=AA=E8=AF=BB?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E9=9A=90=E8=97=8F=E5=B7=A5=E5=85=B7=E6=A0=8F?= =?UTF-8?q?=EF=BC=9B2.=E7=82=B9=E5=87=BB=E5=9B=BE=E7=89=87=E5=8F=AF?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E9=A2=84=E8=A7=88=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Editor/index.vue | 279 ++++++++++++++++++++++++++++---- 1 file changed, 246 insertions(+), 33 deletions(-) diff --git a/src/components/Editor/index.vue b/src/components/Editor/index.vue index 67394aae..ec1de853 100644 --- a/src/components/Editor/index.vue +++ b/src/components/Editor/index.vue @@ -24,6 +24,32 @@ @text-change="(e: any) => $emit('update:modelValue', content)" /> + + +
+ +
+ + {{ currentImageIndex + 1 }} / {{ imageUrlList.length }} + +
+
+
-- Gitee