任一存 2 år sedan
förälder
incheckning
ee592210f2
2 ändrade filer med 113 tillägg och 2 borttagningar
  1. 2 2
      web/src/views/accessibility.vue
  2. 111 0
      web/面向外行的介绍.md

+ 2 - 2
web/src/views/accessibility.vue

@@ -514,7 +514,7 @@ export default {
         if (v) {
           document.body.classList.add('aria-active')
           document.documentElement.classList.add('aria-active')
-          this.$emit('show')
+          this.$emit('show') // 没啥用
           this.$eventBus.$emit('aria-show')
         } else {
           this.reset()
@@ -528,7 +528,7 @@ export default {
               document.documentElement.classList.remove(iterator)
             }
           }
-          this.$emit('hide')
+          this.$emit('hide') // 没啥用
           this.$eventBus.$emit('aria-hide')
         }
       },

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 111 - 0
web/面向外行的介绍.md