|
@@ -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>
|
|
|
|
|
|
<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>
|