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/chapter005.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/books/English/view/components/chapter005.vue b/src/books/English/view/components/chapter005.vue index 01f5552..40afbbb 100644 --- a/src/books/English/view/components/chapter005.vue +++ b/src/books/English/view/components/chapter005.vue @@ -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