Forráskód Böngészése

Merge branch 'master' of http://face3d.4dage.com:7005/shaogen1995/ShouBo into master

shaogen1995 2 éve
szülő
commit
d74b32f044
2 módosított fájl, 5 hozzáadás és 5 törlés
  1. 1 1
      web/src/Help.vue
  2. 4 4
      web/src/views/layout/index.vue

+ 1 - 1
web/src/Help.vue

@@ -117,7 +117,7 @@
               How to use the accessibility toolbar when browsing the website?
             </h3>
             <p tabindex="0">
-              This website provides the ability to enable and disable accessibility features. There is a "caring mode" button in the accessibility toolbar at the top of the website homepage.
+              This website provides the ability to enable and disable accessibility features. There is a "Assistive Mode" button in the accessibility toolbar at the top of the website homepage.
             </p>
           </section>
           <section>

+ 4 - 4
web/src/views/layout/index.vue

@@ -77,9 +77,9 @@
                 for="caring-mode-switch"
                 tabindex="0"
                 aria-label="Button"
-                aria-description="Caring Mode"
+                aria-description="Assistive Mode"
               >
-                Caring Mode
+                Assistive Mode
               </label>
               &nbsp;
               <MySwitch
@@ -87,14 +87,14 @@
                 id="caring-mode-switch"
                 tabindex="0"
                 aria-label="Button"
-                aria-description="Caring Mode"
+                aria-description="Assistive Mode"
               ></MySwitch>
               <!-- 为了让组件内部也能更换主题色,所以不再使用第三方组件 -->
               <!-- <el-switch v-model="loveFlag" active-color="#AB3434"
                 id="caring-mode-switch"
                 tabindex="0"
                 aria-label="Button"
-                aria-description="Caring Mode"
+                aria-description="Assistive Mode"
               /> -->
             </li>
           </ul>