:spark: 支持系统截屏功能

This commit is contained in:
muwoo
2023-04-04 11:13:38 +08:00
parent 9ee8d78b1b
commit 2cd70bd386
12 changed files with 197 additions and 66 deletions

View File

@@ -1,12 +1,13 @@
import commonConst from "@/common/utils/commonConst";
import commonConst from '@/common/utils/commonConst';
export default {
version: 4,
version: 5,
perf: {
shortCut: {
showAndHidden: "Option+R",
separate: "Ctrl+D",
quit: "Shift+Escape",
showAndHidden: 'Option+R',
separate: 'Ctrl+D',
quit: 'Shift+Escape',
capture: 'Ctrl+Shift+A',
},
common: {
start: true,
@@ -14,7 +15,7 @@ export default {
// 是否失焦隐藏。默认在dev环境不隐藏在打包后隐藏。
hideOnBlur: commonConst.production(),
autoPast: false,
darkMode: false
darkMode: false,
},
local: {
search: true,