perf: layout

This commit is contained in:
xiaoxian521
2021-10-04 11:00:36 +08:00
committed by 啝裳
parent 6b16a04229
commit 37a967942b
4 changed files with 68 additions and 36 deletions

View File

@@ -100,7 +100,13 @@ export const buttonConfig = {
hsexpendAll: "全部展开",
hscollapseAll: "全部折叠",
hssystemSet: "系统设置",
hsdelete: "删除"
hsdelete: "删除",
hsreload: "重新加载",
hscloseCurrentTab: "关闭当前标签页",
hscloseLeftTabs: "关闭左侧标签页",
hscloseRightTabs: "关闭右侧标签页",
hscloseOtherTabs: "关闭其他标签页",
hscloseAllTabs: "关闭全部标签页"
}
},
en: {
@@ -118,7 +124,13 @@ export const buttonConfig = {
hsexpendAll: "Expand All",
hscollapseAll: "Collapse All",
hssystemSet: "System Set",
hsdelete: "Delete"
hsdelete: "Delete",
hsreload: "Reload",
hscloseCurrentTab: "Close CurrentTab",
hscloseLeftTabs: "Close LeftTabs",
hscloseRightTabs: "Close RightTabs",
hscloseOtherTabs: "Close OtherTabs",
hscloseAllTabs: "Close AllTabs"
}
}
};