zhongshujie
2024-08-06 924121953fb670fd3c2278fffc26b65b57620110
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.“In 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 —for 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)
      );
    },