mirror of
https://github.com/rubickCenter/rubick
synced 2026-03-06 05:30:45 +08:00
:spark: 支持系统截屏功能
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user