fix: usage chart y axis ticks, add esc hint for drawer

This commit is contained in:
jialin
2025-06-16 19:28:02 +08:00
parent 81833c4938
commit 109906d083
21 changed files with 323 additions and 179 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ const KeybindingsMap = {
NEW3: ['Ctrl+3', 'Meta+3'],
NEW4: ['Ctrl+4', 'Meta+4'],
FOCUS: ['/', '/'],
ADD: ['Alt+Ctrl+Enter', 'Alt+Meta+Enter']
ADD: ['Alt+Ctrl+Enter', 'Alt+Meta+Enter'],
ESC: ['Esc', 'Esc']
};
type KeyBindingType = keyof typeof KeybindingsMap;
+3 -1
View File
@@ -24,7 +24,9 @@ export default {
},
Tabs: {
titleFontSizeLG: 14
// cardBg: '#1D1E20'
},
DatePicker: {
fontSizeLG: 14
},
Menu: {
iconSize: 16,