diff --git a/src/components/ChapterRecap.vue b/src/components/ChapterRecap.vue deleted file mode 100644 index 89c4acc..0000000 --- a/src/components/ChapterRecap.vue +++ /dev/null @@ -1,242 +0,0 @@ - - - - - - {{ chapter.label }} - 回顾 - - - - - - {{ visitedCount }} / {{ totalCount }} 场景已发现 ({{ percentage }}%) - - - - - {{ item.isVisited ? '✅' : '⬜' }} - {{ item.label }} - 🔒 {{ item.hint }} - - - - 关闭 - - - - -