feat: 添加历史命令功能
This commit is contained in:
@@ -71,6 +71,7 @@ const paneLabels: Record<PaneName, string> = {
|
||||
fileManager: t('layout.pane.fileManager'),
|
||||
editor: t('layout.pane.editor'),
|
||||
statusMonitor: t('layout.pane.statusMonitor'),
|
||||
commandHistory: t('layout.pane.commandHistory', '命令历史'), // 添加命令历史标签
|
||||
};
|
||||
|
||||
// 获取所有可控制的面板名称
|
||||
|
||||
Reference in New Issue
Block a user