Browse Source

feat(架构): 默认开启tab缓存

shizhongming 2 years ago
parent
commit
0b51698de1
  1. 2
      src/settings/projectSetting.ts

2
src/settings/projectSetting.ts

@ -125,7 +125,7 @@ const setting: ProjectConfig = {
// Multi-label
multiTabsSetting: {
cache: false,
cache: true,
// Turn on
show: true,
// Is it possible to drag and drop sorting tabs

Loading…
Cancel
Save