Skip to content

Commit f9c642c

Browse files
committed
change interval time
1 parent a21bcf6 commit f9c642c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ var voiceRateList = util.getRangeOption(0.5, 2.1, 0.1, 1);
182182
var voiceRepeatList = util.getRangeOption(1, 11);
183183
var tooltipBackgroundBlurList = util.getRangeOption(0, 21);
184184
var distanceList = util.getRangeOption(0, 41);
185-
var tooltipIntervalTimeList = util.getRangeOption(0.5, 2.1, 0.1, 1);
185+
var tooltipIntervalTimeList = util.getRangeOption(0.1, 2.1, 0.1, 1);
186186
187187
var tooltipPositionList = {
188188
Follow: "follow",

src/util/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export var defaultData = {
8989
ignoreCallbackOptionList: ["historyList"],
9090
popupCount: "0",
9191
langPriority: { auto: 9999999, null: 9999999 },
92-
tooltipIntervalTime: "0.7",
92+
tooltipIntervalTime: "0.2",
9393

9494
cardPlayMeta: ["image"],
9595
cardTagSelected: [],

0 commit comments

Comments
 (0)