创建文件.

This commit is contained in:
lijiahangmax
2024-02-20 00:06:34 +08:00
parent bde002ee34
commit 585cf3c8a6
9 changed files with 30 additions and 9 deletions

View File

@@ -281,8 +281,11 @@ export const TerminalShortcutItems: Array<ShortcutKeyItem> = [
},
];
// 打开 sshModal key
export const openSshModalKey = Symbol();
// 打开 sshSettingModal key
export const openSshSettingModalKey = Symbol();
// 打开 sftpCreateModal key
export const openSftpCreateModalKey = Symbol();
// 字体后缀 兜底
export const fontFamilySuffix = ',courier-new, courier, monospace';