dsh-tiddlywiki 0.16.20 → 0.16.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -4632,6 +4632,7 @@ const DEFAULTS = {
4632
4632
  darkPalette: DARK_PALETTE_DEFAULT,
4633
4633
  tabLabel: "知识库",
4634
4634
  showSessionTab: true,
4635
+ showRightbarTab: true,
4635
4636
  sendToAgent: { enabled: true },
4636
4637
  allArticles: { pageSize: 10 }
4637
4638
  },
@@ -4810,7 +4811,8 @@ function apply(ctx, rawConfig = {}) {
4810
4811
  followDshTheme: ui.followDshTheme !== false,
4811
4812
  darkPalette: palette,
4812
4813
  tabLabel,
4813
- showSessionTab: ui.showSessionTab !== false
4814
+ showSessionTab: ui.showSessionTab !== false,
4815
+ showRightbarTab: ui.showRightbarTab !== false
4814
4816
  };
4815
4817
  };
4816
4818
  const disposers = [];