Skip to content

Commit

Permalink
change interval time
Browse files Browse the repository at this point in the history
  • Loading branch information
ttop32 committed May 11, 2024
1 parent a21bcf6 commit f9c642c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ var voiceRateList = util.getRangeOption(0.5, 2.1, 0.1, 1);
var voiceRepeatList = util.getRangeOption(1, 11);
var tooltipBackgroundBlurList = util.getRangeOption(0, 21);
var distanceList = util.getRangeOption(0, 41);
var tooltipIntervalTimeList = util.getRangeOption(0.5, 2.1, 0.1, 1);
var tooltipIntervalTimeList = util.getRangeOption(0.1, 2.1, 0.1, 1);
var tooltipPositionList = {
Follow: "follow",
Expand Down
2 changes: 1 addition & 1 deletion src/util/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export var defaultData = {
ignoreCallbackOptionList: ["historyList"],
popupCount: "0",
langPriority: { auto: 9999999, null: 9999999 },
tooltipIntervalTime: "0.7",
tooltipIntervalTime: "0.2",

cardPlayMeta: ["image"],
cardTagSelected: [],
Expand Down

0 comments on commit f9c642c

Please sign in to comment.