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 }}》标记为已读