zhongshujie
2024-08-06 924121953fb670fd3c2278fffc26b65b57620110
src/books/English/view/components/chapter001.vue
@@ -359,7 +359,7 @@
              shadow puppet show, traditional Chinese medicine, Peking Opera
              scenery
            </p>
            <p class="center"><b>My Experience in <span class="word-bc">Wonderland</span> </b></p>
            <p class="center"><b>My Experience in <span class="word-bc" word="wonderland">Wonderland</span> </b></p>
            <p class="center">
              <audio :src="resource.readingOne" controls controlslist="noplaybackrate nodownload" class="audio"></audio>
            </p>
@@ -379,7 +379,7 @@
              the people,the culture,the
              <span class="word-bc" >cuisine</span>
              and of course the huge variety of
              <span class="word-bc">landscapes</span>.
              <span class="word-bc" word="landscape">landscapes</span>.
            </p>
            <p>
              I found many great people and made several Chinese friends along
@@ -1965,7 +1965,7 @@
              was for my studies.In a matter of days,I made a lot of friends
              from different countries and one afternoon,my friends and I
              planned to visit the world-famous Sun Yat-sen
              <span class="word-bc">Mausoleum</span>
              <span class="word-bc" word="mausoleum">Mausoleum</span>
              .A.<input :disabled="testData.isComplete" type="text" class="input-bottom-border" style="width: 90%"
                v-model="testData.tg.one" @change="setTestData" />
              I looked around with curiosity,and everything seemed to move at a
@@ -1987,7 +1987,7 @@
              my room to turn on my
              <span class="word-bc">laptop</span>
              and typed in the key words.I was
              <span class="word-bc">stunned</span>
              <span class="word-bc" word="stun">stunned</span>
              ; I couldn’t believe my eyes.It is actually an online
              shopping website where you can buy anything you can think of.
            </p>
@@ -1995,7 +1995,7 @@
              After my graduation in 2015,I joined another university in
              Shanghai for further studies.I always saw my Chinese classmates
              paying with their phones; this
              <span class="word-bc" >triggered</span>
              <span class="word-bc" word="trigger">triggered</span>
              my attention.With the
              help of my classmates,I finally got my own online payment
              account.This is an absolute
@@ -2024,7 +2024,7 @@
              millions of people around China.The Chinese
              <span class="word-bc">economy</span>
              is
              <span class="word-bc">booming</span>
              <span class="word-bc" word="boom">booming</span>
              ,which makes people well off.I’ve been in China for several
              years and witnessed China’s
              <span class="word-bc" >potential</span>
@@ -4714,7 +4714,7 @@
    if (testData) {
      this.testData = JSON.parse(testData);
    }
    const bookQuestion = localStorage.getItem("english-book-question-one");
    const bookQuestion = localStorage.getItem("english-book-chapter01-question-one");
    if (bookQuestion) {
      this.questionData = JSON.parse(bookQuestion);
    }
@@ -4869,7 +4869,7 @@
    },
    setBookQuestion() {
      localStorage.setItem(
        "english-book-question-one",
        "english-book-chapter01-question-one",
        JSON.stringify(this.questionData)
      );
    },