|
@@ -1001,10 +1001,10 @@ export default {
|
|
|
},
|
|
|
onClickScreenReaderMode() {
|
|
|
if (this.ariaSettings.readMode === 'point') {
|
|
|
- this.$eventBus.$emit('request-read', "You've enabled continuous reading mode.Please move the mouse over on the text you need to read,it'll start reading the screen in 1 second. When reading the link, tap the Enter key to enter the corresponding page.")
|
|
|
+ this.$eventBus.$emit('request-read', "You've enabled continuous reading mode. Please move the mouse over on the text you need to read,it'll start reading the screen in 1 second. When reading the link, tap the Enter key to enter the corresponding page.")
|
|
|
this.ariaSettings.readMode = 'continue'
|
|
|
} else if (this.ariaSettings.readMode === 'continue') {
|
|
|
- this.$eventBus.$emit('request-read', "You've enabled read-only mode.Please move the mouse over on the text you need to read,Blind users can operate the keyboard directly.")
|
|
|
+ this.$eventBus.$emit('request-read', "You've enabled read-only mode. Please move the mouse over on the text you need to read,Blind users can operate the keyboard directly.")
|
|
|
this.ariaSettings.readMode = 'point'
|
|
|
}
|
|
|
},
|