From 1d7f3e2c1daabd6d95caac4d910428f240ec0928 Mon Sep 17 00:00:00 2001 From: xiaji Date: Tue, 16 Jun 2026 10:28:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(feed):=20=E6=8F=90=E7=A4=BA=E6=9D=A1=20wrap?= =?UTF-8?q?per=20=E4=B8=8A=20@click.stop=20=E9=98=BB=E6=AD=A2=E5=86=92?= =?UTF-8?q?=E6=B3=A1=E5=88=B0=20NCard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/Feed.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/Feed.vue b/frontend/src/views/Feed.vue index 4ae9c84..6565569 100644 --- a/frontend/src/views/Feed.vue +++ b/frontend/src/views/Feed.vue @@ -722,9 +722,10 @@ onMounted(async () => { v-if="(categoryPromptsByArticle.get(a.id)?.length ?? 0) > 0" :key="`prompt-wrapper-${a.id}`" class="feed-category-prompt-wrapper" + @click.stop > -
+
✓ 已将《{{ a.title_zh || a.title }}》标记为已读