From e673aab74e5ab080e55d1e5706aa1d75322857a8 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期五, 20 十二月 2024 10:30:57 +0800
Subject: [PATCH] 民航安全检查

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

diff --git a/src/books/English/view/components/chapter005.vue b/src/books/English/view/components/chapter005.vue
index 01f5552..d4c75b8 100644
--- a/src/books/English/view/components/chapter005.vue
+++ b/src/books/English/view/components/chapter005.vue
@@ -7,13 +7,13 @@
                 <h1 id="a005">
                     <img class="img-0" alt="" src="../../assets/images/dy5.jpg" />
                 </h1>
-                <p class="img">
+                <div class="img">
                 <p>鉃� Learn words and expressions about environmental topics</p>
                 <p>鉃� Review the structure of the present perfect tense and the usage of the infinitive</p>
                 <p>鉃� Be able to express your concern on environmental issues</p>
                 <p>鉃� Be able to compose a business memo</p>
                 <p>鉃� Understand the significance of environmental protection</p>
-                </p>
+                </div>
                 <p class="center">
                     <img class="img-0" alt="" src="../../assets/images/0087-2.jpg" />
                 </p>
@@ -1816,12 +1816,12 @@
                         </p>
                         <p>Just this summer,a group of researchers in the UK published a study comparing the carbon
                             footprints connected with different diets:meat-eaters,fish-eaters,and
-                            <span class="word-bc" >vegans</span>
+                            <span class="word-bc" word="vegan">vegans</span>
                             .It turns out
                             that
-                            <span class="word-bc">eliminating</span>
+                            <span class="word-bc" word="eliminate">eliminating</span>
                              meat from your diet can reduce your carbon
-                            <span class="word-bc">emissions</span>
+                            <span class="word-bc" word="emission">emissions</span>
                             by half.A vegan diet
                             was connected with the least amount of greenhouse gas emissions鈥�99 percent to 102 percent
                             less than meateaters鈥攂ut even switching from meat to fish can reduce your dietary emissions
@@ -1829,7 +1829,7 @@
                         </p>
                         <p>Before learning about this study,I never thought about how my diet impacted anyone but
                             myself.I always
-                            <span class="word-bc">figured</span>
+                            <span class="word-bc" word="figure">figured</span>
                             that what I put into my body was a personal decision,but it鈥檚 a
                             public concern.
                         </p>
@@ -4603,7 +4603,7 @@
         if (testData) {
             this.testData = JSON.parse(testData);
         }
-        const bookQuestion = localStorage.getItem("english-book-question-one");
+        const bookQuestion = localStorage.getItem("english-book-chapter05-question-one");
         if (bookQuestion) {
             this.questionData = JSON.parse(bookQuestion);
         }
@@ -4647,7 +4647,7 @@
         },
         setBookQuestion() {
             localStorage.setItem(
-                "english-book-question-one",
+                "english-book-chapter05-question-one",
                 JSON.stringify(this.questionData)
             );
         },

--
Gitblit v1.9.1