zhongshujie
2024-08-06 924121953fb670fd3c2278fffc26b65b57620110
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—but 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’s 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)
            );
        },