From 924121953fb670fd3c2278fffc26b65b57620110 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期二, 06 八月 2024 16:50:14 +0800
Subject: [PATCH] 英语书整本Bug修改结束

---
 src/books/English/view/components/chapter002.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/books/English/view/components/chapter002.vue b/src/books/English/view/components/chapter002.vue
index 3fa2788..55a3668 100644
--- a/src/books/English/view/components/chapter002.vue
+++ b/src/books/English/view/components/chapter002.vue
@@ -1844,7 +1844,7 @@
               <span class="word-bc">cauldron</span>
               ,formed by the smaller
               snowflakes with names of the
-              <span class="word-bc">participating</span>
+              <span class="word-bc" word="participate">participating</span>
               countries and regions on them,was lit by two young Chinese
               athletes.
             </p>
@@ -1890,7 +1890,7 @@
             </p>
             <p>It was like getting over my schoolgirl crush and focusing on learning to love.</p>
             <p>I could not agree more with what a gold medal winner said during an interview.鈥淚n 2008 we
-              <span class="word-bc">impressed</span> the
+              <span class="word-bc" word="impress">impressed</span> the
               world while in 2022 we became people-centered 鈥攆or athletes and the people.鈥�
             </p>
             <p>I failed to control myself the moments when the Chinese national
@@ -4735,7 +4735,7 @@
     if (testData) {
       this.testData = JSON.parse(testData);
     }
-    const bookQuestion = localStorage.getItem("english-book-question-one");
+    const bookQuestion = localStorage.getItem("english-book-chapter02-question-one");
     if (bookQuestion) {
       this.questionData = JSON.parse(bookQuestion);
     }
@@ -4911,7 +4911,7 @@
     },
     setBookQuestion() {
       localStorage.setItem(
-        "english-book-question-one",
+        "english-book-chapter02-question-one",
         JSON.stringify(this.questionData)
       );
     },

--
Gitblit v1.9.1