dsh-conversation-navigator 0.1.13 → 0.1.14

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.
Files changed (2) hide show
  1. package/lib/client.js +2 -2
  2. package/package.json +1 -1
package/lib/client.js CHANGED
@@ -85,7 +85,7 @@ window.__ModuleLoader__.load({
85
85
  padding: 10px 12px;
86
86
  border-bottom: 1px solid var(--dsw-alias-border-l1, rgba(128,128,128,.35));
87
87
  }
88
- .cnvnav-title { font: var(--dsw-font-xs-strong-13, 500 13px/20px -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', sans-serif); }
88
+ .cnvnav-title { font-family: var(--dsw-font-family, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', sans-serif); font-size: 18px; font-weight: 700; line-height: 24px; }
89
89
  .cnvnav-count { color: var(--dsw-alias-label-secondary, #888); font-size: 11px; }
90
90
  .cnvnav-close { margin-left: auto; }
91
91
  .cnvnav-list {
@@ -109,7 +109,7 @@ window.__ModuleLoader__.load({
109
109
  padding: 5px 0 5px 8px;
110
110
  color: var(--dsw-alias-label-primary, #222);
111
111
  }
112
- .cnvnav-group-title { font: var(--dsw-font-xxs-strong-12, 500 12px/18px -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', sans-serif); white-space: nowrap; }
112
+ .cnvnav-group-title { font-family: var(--dsw-font-family, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', sans-serif); font-size: 16px; font-weight: 700; line-height: 22px; white-space: nowrap; }
113
113
  .cnvnav-group-sub {
114
114
  color: var(--dsw-alias-label-secondary, #888);
115
115
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-conversation-navigator",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Codex 风格的 DSH(DeepSeek Harness)会话导航插件:按轮折叠的对话大纲面板,支持节点点击跳转、滚动位置高亮与轨迹视图同款配色。",
5
5
  "keywords": [
6
6
  "dsh",