文章解析

This commit is contained in:
zyronon
2023-09-05 00:49:02 +08:00
parent 728a339da5
commit 0a896804dd
4 changed files with 142 additions and 36 deletions

View File

@@ -148,3 +148,10 @@ export interface State {
value4: boolean,
}
}
export const ShortKeyMap = {
Show: 'Escape',
Ignore: 'Tab',
Remove: '`',
Collect: 'Enter',
}