소스 검색

优化延时体验

任一存 3 년 전
부모
커밋
5871f65b4c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/src/views/accessibility.vue

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

@@ -594,7 +594,7 @@ export default {
       XHR.send(JSON.stringify({
         content: this.hoverElemDisc + this.hoverElemContent
       }))
-    }, 1000),
+    }, 500),
     keyEventHandler(e) {
       if (e.repeat) {
         return