fix: change some default setting

This commit is contained in:
Gabe
2025-10-16 19:35:28 +08:00
parent beef51ef38
commit a8965a01e3
3 changed files with 4 additions and 4 deletions

View File

@@ -134,9 +134,9 @@ export const DEFAULT_SUBRULES_LIST = [
},
];
export const DEFAULT_MOUSEHOVER_KEY = ["KeyQ"];
export const DEFAULT_MOUSEHOVER_KEY = ["ControlLeft"];
export const DEFAULT_MOUSE_HOVER_SETTING = {
useMouseHover: true, // 是否启用鼠标悬停翻译
useMouseHover: false, // 是否启用鼠标悬停翻译
mouseHoverKey: DEFAULT_MOUSEHOVER_KEY, // 鼠标悬停翻译组合键
};