dsh-plugin-workbench 0.0.16 → 0.0.17

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/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.17] - 2026-09-05
4
+
5
+ ### Fixed
6
+
7
+ - **与 maid-atelier 皮肤同装时,页面顶部/底部装饰横条从画面一半才开始显示**。
8
+ 根因:本插件 CSS 末尾一段旧「skin chrome fix」规则(`translate: calc(var(--maid-sidebar-width) +
9
+ var(--dsh-explorer-width) + var(--dsh-preview-width))`)写于皮肤装饰条还是
10
+ `position: fixed` 钉满整窗的时期,用来把它推过侧栏和文件列;maid-atelier 升级到
11
+ 上游 78722ef 后装饰条改为挂在会话列内部的绝对定位元素(本就从列左缘开始),
12
+ 这条规则反而造成双重偏移(列左缘 540px + translate 540px = 从 x≈1080 起画,
13
+ 右半截伸出屏幕外)。已整段删除——装饰条定位由皮肤自持,插件不再外部平移。
14
+
15
+ ### Changed
16
+
17
+ - README:首屏新增横幅图(`docs/banner.svg`),徽章顺序调整并补充 npm downloads。
18
+
3
19
  ## [0.0.16] - 2026-09-04
4
20
 
5
21
  ### Fixed
@@ -10,7 +26,6 @@
10
26
  `.5px solid var(--dsw-alias-border-l3)`,锚点与注入规则同步更新;⑵
11
27
  `appframe.explorerColumn`:DetailsColumn 的 children 在新版被 `SessionProvider`
12
28
  包裹,锚点按新结构更新。其余 22 个锚点与 `computeColumns` 函数体逐字节未变。
13
- # Changelog
14
29
 
15
30
  ## [0.0.15] - 2026-08-29
16
31
 
package/README.en.md CHANGED
@@ -1,13 +1,18 @@
1
- [中文](./README.md) | **English**
1
+ <p align="center">
2
+ <img src="docs/banner.svg" alt="dsh-plugin-workbench banner" width="100%">
3
+ </p>
2
4
 
3
5
  # dsh-plugin-workbench
4
6
 
5
7
  ![npm version](https://img.shields.io/npm/v/dsh-plugin-workbench)
6
- ![License](https://img.shields.io/github/license/Pasumao/dsh-plugin-workbench)
8
+ ![npm downloads](https://img.shields.io/npm/dm/dsh-plugin-workbench)
7
9
  ![CI](https://img.shields.io/github/actions/workflow/status/Pasumao/dsh-plugin-workbench/ci.yml?branch=main)
10
+ ![License](https://img.shields.io/github/license/Pasumao/dsh-plugin-workbench)
8
11
  ![Stars](https://img.shields.io/github/stars/Pasumao/dsh-plugin-workbench?style=social)
9
12
  ![AI Assisted](https://img.shields.io/badge/AI-Assisted-8A2BE2)
10
13
 
14
+ [中文](./README.md) | **English**
15
+
11
16
  **A VS Code-style workbench that edits files directly** — not a read-only preview: file tree + editable code preview
12
17
  (syntax highlighting, tabs, line-number gutter) + right-click file operations (new / rename / delete / copy / cut /
13
18
  paste / open in system / reveal in file explorer) + inline image preview, with state saved independently per workspace.
package/README.md CHANGED
@@ -1,8 +1,13 @@
1
+ <p align="center">
2
+ <img src="docs/banner.svg" alt="dsh-plugin-workbench banner" width="100%">
3
+ </p>
4
+
1
5
  # dsh-plugin-workbench
2
6
 
3
7
  ![npm version](https://img.shields.io/npm/v/dsh-plugin-workbench)
4
- ![License](https://img.shields.io/github/license/Pasumao/dsh-plugin-workbench)
8
+ ![npm downloads](https://img.shields.io/npm/dm/dsh-plugin-workbench)
5
9
  ![CI](https://img.shields.io/github/actions/workflow/status/Pasumao/dsh-plugin-workbench/ci.yml?branch=main)
10
+ ![License](https://img.shields.io/github/license/Pasumao/dsh-plugin-workbench)
6
11
  ![Stars](https://img.shields.io/github/stars/Pasumao/dsh-plugin-workbench?style=social)
7
12
  ![AI Assisted](https://img.shields.io/badge/AI-Assisted-8A2BE2)
8
13
 
@@ -0,0 +1,25 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="260" viewBox="0 0 1200 260" role="img" aria-label="dsh-plugin-workbench banner">
2
+ <defs>
3
+ <linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
4
+ <stop offset="0" stop-color="#0a1830"/>
5
+ <stop offset="1" stop-color="#102a4c"/>
6
+ </linearGradient>
7
+ <radialGradient id="glow" cx="0.85" cy="0.1" r="0.9">
8
+ <stop offset="0" stop-color="#4FC3F7" stop-opacity="0.22"/>
9
+ <stop offset="1" stop-color="#4FC3F7" stop-opacity="0"/>
10
+ </radialGradient>
11
+ <linearGradient id="whale" x1="0" y1="0" x2="0" y2="1">
12
+ <stop offset="0" stop-color="#ffffff"/>
13
+ <stop offset="1" stop-color="#cfe3ff"/>
14
+ </linearGradient>
15
+ </defs>
16
+ <rect width="1200" height="260" rx="18" fill="url(#bg)"/>
17
+ <rect width="1200" height="260" rx="18" fill="url(#glow)"/>
18
+ <rect x="0" y="0" width="1200" height="6" rx="3" fill="#4FC3F7" opacity="0.85"/>
19
+ <g transform="translate(64,80) scale(2.0)">
20
+ <path d="M48.8354 10.0479C48.3232 9.79199 48.1025 10.2798 47.8032 10.5278C47.7007 10.6079 47.6143 10.7119 47.5273 10.8076C46.7793 11.624 45.9048 12.1597 44.7622 12.0957C43.0923 12 41.666 12.5356 40.4058 13.8398C40.1377 12.2319 39.2476 11.272 37.8926 10.6558C37.1836 10.3359 36.4668 10.0156 35.9702 9.31982C35.6235 8.82373 35.5293 8.27197 35.356 7.72754C35.2456 7.3999 35.1353 7.06396 34.7651 7.00781C34.3633 6.94385 34.2056 7.2876 34.0479 7.57568C33.418 8.75195 33.1733 10.0479 33.1973 11.3599C33.2524 14.312 34.4736 16.6641 36.8999 18.3359C37.1758 18.5278 37.2466 18.7197 37.1597 19C36.9946 19.5757 36.7974 20.1357 36.624 20.7119C36.5137 21.0801 36.3486 21.1597 35.9624 21C34.6309 20.4321 33.481 19.5918 32.4644 18.5757C30.7393 16.8721 29.1792 14.9917 27.2334 13.52C26.7764 13.1758 26.3193 12.856 25.8467 12.5518C23.8618 10.584 26.1069 8.96777 26.627 8.77588C27.1704 8.57568 26.8159 7.8877 25.0591 7.896C23.3022 7.90381 21.6953 8.50391 19.647 9.30371C19.3477 9.42383 19.0322 9.51172 18.7095 9.58398C16.8501 9.22363 14.9199 9.14355 12.9033 9.37598C9.10596 9.80762 6.07275 11.6396 3.84326 14.7681C1.16455 18.5278 0.53418 22.7998 1.30664 27.2559C2.11768 31.9521 4.46582 35.8398 8.07373 38.8799C11.8159 42.0322 16.1255 43.5762 21.041 43.2803C24.0269 43.104 27.3516 42.6963 31.1016 39.4561C32.0469 39.936 33.0396 40.1279 34.686 40.272C35.9546 40.3921 37.1758 40.208 38.1211 40.0078C39.6021 39.688 39.4995 38.2881 38.9639 38.0322C34.623 35.9678 35.5762 36.8081 34.71 36.1279C36.9155 33.4639 40.2402 30.6958 41.54 21.728C41.6426 21.0161 41.5557 20.5679 41.54 19.9917C41.5322 19.6396 41.6108 19.5039 42.0049 19.4639C43.0923 19.3359 44.1479 19.0317 45.1167 18.4878C47.9292 16.9199 49.064 14.3438 49.3315 11.2559C49.3711 10.7837 49.3237 10.2959 48.8354 10.0479ZM24.3262 37.8398C20.1196 34.4639 18.0791 33.3521 17.2358 33.3999C16.4482 33.4482 16.5898 34.3682 16.7632 34.9678C16.9443 35.5601 17.1812 35.9683 17.5117 36.4878C17.7402 36.832 17.8979 37.3442 17.2832 37.728C15.9282 38.584 13.5728 37.4399 13.4624 37.3838C10.7207 35.7358 8.42822 33.5601 6.81348 30.584C5.25342 27.7197 4.34766 24.6479 4.19775 21.3677C4.1582 20.5757 4.38672 20.2959 5.15869 20.1519C6.17529 19.96 7.22314 19.9199 8.23926 20.0718C12.5327 20.7119 16.1885 22.6719 19.2529 25.7759C21.002 27.5439 22.3252 29.6558 23.6885 31.7202C25.1377 33.9121 26.6978 36 28.6831 37.7119C29.3843 38.312 29.9434 38.7681 30.479 39.104C28.8643 39.2881 26.1699 39.3281 24.3262 37.8398ZM26.3433 24.6001C26.3433 24.248 26.6191 23.9678 26.9658 23.9678C27.0444 23.9678 27.1152 23.9839 27.1782 24.0078C27.2651 24.04 27.3438 24.0879 27.4067 24.1602C27.5171 24.272 27.5801 24.4321 27.5801 24.6001C27.5801 24.9521 27.3042 25.2319 26.9575 25.2319C26.6108 25.2319 26.3433 24.9521 26.3433 24.6001ZM32.6064 27.8799C32.2046 28.0479 31.8027 28.1919 31.4165 28.208C30.8179 28.2397 30.1641 27.9922 29.8096 27.688C29.2583 27.2158 28.8643 26.9521 28.6987 26.1279C28.6279 25.7759 28.6675 25.2319 28.7305 24.9199C28.8721 24.248 28.7144 23.8159 28.2495 23.4238C27.8716 23.104 27.3911 23.0161 26.8633 23.0161C26.666 23.0161 26.4849 22.9277 26.3511 22.856C26.1304 22.7441 25.9492 22.4639 26.1226 22.1201C26.1777 22.0078 26.4458 21.7358 26.5088 21.688C27.2256 21.272 28.0527 21.4077 28.8169 21.7197C29.5259 22.0161 30.0615 22.5601 30.834 23.3281C31.6216 24.2559 31.7632 24.5117 32.2124 25.208C32.5669 25.752 32.8901 26.312 33.1104 26.9521C33.2446 27.3521 33.0713 27.6802 32.6064 27.8799Z" fill="url(#whale)"/>
21
+ </g>
22
+ <text x="212" y="86" font-family="'Segoe UI','PingFang SC','Microsoft YaHei',sans-serif" font-size="17" font-weight="600" letter-spacing="5" fill="#4FC3F7">DEEPSEEK HARNESS · DSH PLUGIN</text>
23
+ <text x="212" y="152" font-family="ui-monospace,'Cascadia Code',Consolas,monospace" font-size="46" font-weight="700" fill="#f4f8ff">dsh-plugin-workbench</text>
24
+ <text x="212" y="204" font-family="'Segoe UI','PingFang SC','Microsoft YaHei',sans-serif" font-size="22" fill="#9fb3c8">VS Code 风格工作台 · 文件树 · 可编辑预览 · 右键文件操作</text>
25
+ </svg>
package/lib/client.js CHANGED
@@ -39,7 +39,7 @@ window.__ModuleLoader__.load({
39
39
  let react = require("react");
40
40
  let react_jsx_runtime = require("react/jsx-runtime");
41
41
  //#region \0dsh-css:src/client/files.module.css.mjs
42
- const css$1 = "[data-fe-theme=light]{--fe-bg:#fff;--fe-sidebar-bg:#f3f3f3;--fe-fg:#1f1f1f;--fe-muted:#6e6e6e;--fe-faint:#9d9d9d;--fe-border:#e5e5e5;--fe-border-strong:#c8c8c8;--fe-accent:#005fb8;--fe-hover:#e8e8e8;--fe-selection:#add6ff;--fe-token-keyword:#00f;--fe-token-string:#a31515;--fe-token-comment:green;--fe-token-number:#098658;--fe-token-function:#795e26;--fe-token-type:#267f99;--fe-token-variable:#001080;--fe-token-tag:maroon;--fe-token-meta:#6e6e6e}[data-fe-theme=dark]{--fe-bg:#1e1e1e;--fe-sidebar-bg:#252526;--fe-fg:#d4d4d4;--fe-muted:#ccc;--fe-faint:#9d9d9d;--fe-border:#3c3c3c;--fe-border-strong:#454545;--fe-accent:#007acc;--fe-hover:#2a2d2e;--fe-selection:#264f78;--fe-token-keyword:#569cd6;--fe-token-string:#ce9178;--fe-token-comment:#6a9955;--fe-token-number:#b5cea8;--fe-token-function:#dcdcaa;--fe-token-type:#4ec9b0;--fe-token-variable:#9cdcfe;--fe-token-tag:#569cd6;--fe-token-meta:#9b9b9b}.Myjg4a_column{box-sizing:border-box;background:var(--fe-sidebar-bg);min-width:0;height:100%;color:var(--fe-fg);flex-direction:column;font-size:13px;display:flex;overflow:hidden}.Myjg4a_header{box-sizing:border-box;border-bottom:1px solid var(--fe-border);flex:none;align-items:center;gap:6px;height:34px;padding:0 8px;display:flex}.Myjg4a_headerTitle{text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase;letter-spacing:.04em;min-width:0;color:var(--fe-muted);flex:1;font-size:11px;font-weight:600;overflow:hidden}.Myjg4a_headerActions{flex:none;align-items:center;gap:2px;display:flex}.Myjg4a_action{appearance:none;color:var(--fe-muted);cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:13px;line-height:1;display:inline-flex}.Myjg4a_action:hover:not(:disabled){background:var(--fe-hover);color:var(--fe-fg)}.Myjg4a_action:disabled{opacity:.5;cursor:default}.Myjg4a_treeArea{flex:1;min-height:0;padding:4px;overflow-y:auto}.Myjg4a_treeArea:focus{outline:none}.Myjg4a_row{cursor:pointer;user-select:none;white-space:nowrap;height:22px;color:var(--fe-fg);border-radius:3px;align-items:center;gap:6px;font-size:13px;display:flex}.Myjg4a_row:hover{background:var(--fe-hover)}.Myjg4a_rowSelected{background:var(--fe-selection)}.Myjg4a_rowSelected .Myjg4a_name{color:var(--fe-fg)}.Myjg4a_rowCut{opacity:.45}.Myjg4a_rowDropTarget{box-shadow:inset 0 0 0 1.5px var(--fe-accent);background:var(--fe-selection)}.Myjg4a_clipboardBar{border-bottom:1px solid var(--fe-border);background:var(--fe-hover);color:var(--fe-fg);flex:none;align-items:center;gap:6px;padding:4px 8px;font-size:12px;display:flex}.Myjg4a_clipboardText{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.Myjg4a_clipboardHint{color:var(--fe-faint)}.Myjg4a_chevron{text-align:center;width:12px;color:var(--fe-muted);flex:none;font-size:10px;line-height:22px}.Myjg4a_icon{text-align:center;flex:none;width:16px;font-size:13px;line-height:22px}.Myjg4a_fileBadge{letter-spacing:-.3px;box-sizing:border-box;vertical-align:middle;user-select:none;border-radius:3px;justify-content:center;align-items:center;width:16px;height:15px;padding:0 1px;font-size:8px;font-weight:700;line-height:1;display:inline-flex}.Myjg4a_fileBadgeLong{letter-spacing:-.4px;font-size:6.5px}.Myjg4a_name{text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.Myjg4a_size{color:var(--fe-faint);flex:none;font-size:11px}.Myjg4a_actions{opacity:0;flex:none;align-items:center;gap:2px;transition:opacity .12s;display:flex}.Myjg4a_row:hover .Myjg4a_actions,.Myjg4a_row:focus-within .Myjg4a_actions{opacity:1}.Myjg4a_rowHint{color:var(--fe-faint);padding:2px 8px 2px 0;font-size:12px;line-height:20px}.Myjg4a_rowError{color:#f48771;padding:2px 8px 2px 0;font-size:12px;line-height:18px}.Myjg4a_contextMenu{z-index:10000;box-sizing:border-box;border:1px solid var(--fe-border-strong);user-select:none;border-radius:6px;min-width:180px;padding:4px;font-size:13px;position:fixed;box-shadow:0 6px 24px #00000047;background:var(--fe-bg)!important;color:var(--fe-fg)!important}.Myjg4a_contextMenuItem{cursor:pointer;white-space:nowrap;color:inherit;border-radius:4px;align-items:center;gap:8px;padding:5px 10px;display:flex}.Myjg4a_contextMenuItem:hover{background:var(--fe-selection)!important;color:var(--fe-fg)!important}.Myjg4a_contextMenuItemDanger{color:#f48771!important}.Myjg4a_contextMenuItemDisabled{opacity:.45;cursor:default;pointer-events:none}.Myjg4a_contextMenuDivider{background:var(--fe-border);height:1px;margin:4px 6px}.Myjg4a_preview{border-right:1px solid var(--fe-border);background:var(--fe-bg);flex-direction:column;flex:0 0 55%;min-width:240px;min-height:0;animation:.18s Myjg4a_fe-preview-in;display:flex;overflow:hidden}.Myjg4a_previewClosing{animation:.2s forwards Myjg4a_fe-preview-out}@keyframes Myjg4a_fe-preview-in{0%{opacity:0}to{opacity:1}}@keyframes Myjg4a_fe-preview-out{0%{opacity:1}to{opacity:0}}.Myjg4a_handle{cursor:col-resize;touch-action:none;z-index:2;background:0 0;flex:none;width:6px;margin-left:-4px;margin-right:-2px}.Myjg4a_handle:hover,.Myjg4a_handle:active{background:var(--fe-accent);opacity:.35}.Myjg4a_tabBar{border-bottom:1px solid var(--fe-border);background:var(--fe-sidebar-bg);flex:none;align-items:stretch;height:34px;display:flex}.Myjg4a_tabScroller{scrollbar-width:thin;flex:1;align-items:stretch;min-width:0;display:flex;overflow-x:auto}.Myjg4a_collapse,.Myjg4a_tabAction{appearance:none;color:var(--fe-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;flex:none;justify-content:center;align-items:center;width:26px;height:26px;margin:auto 4px;padding:0;font-size:14px;line-height:1;display:inline-flex}.Myjg4a_collapse:hover,.Myjg4a_tabAction:hover{background:var(--fe-hover);color:var(--fe-fg)}.Myjg4a_tabActionActive{background:var(--fe-hover);color:var(--fe-accent)}.Myjg4a_tab{max-width:180px;color:var(--fe-muted);border-right:1px solid var(--fe-border);cursor:pointer;user-select:none;white-space:nowrap;flex:none;align-items:center;gap:6px;padding:0 8px 0 12px;font-size:13px;display:flex}.Myjg4a_tab:hover{background:var(--fe-hover)}.Myjg4a_tabActive{background:var(--fe-bg);color:var(--fe-fg);box-shadow:inset 0 -1px 0 var(--fe-accent)}.Myjg4a_tabName{text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.Myjg4a_tabIcon{flex:none;justify-content:center;align-items:center;width:16px;font-size:13px;line-height:1;display:inline-flex}.Myjg4a_tabClose{appearance:none;color:var(--fe-faint);cursor:pointer;background:0 0;border:none;border-radius:3px;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:11px;display:inline-flex}.Myjg4a_tabClose:hover{background:var(--fe-hover);color:var(--fe-fg)}.Myjg4a_tabDot{background:var(--fe-fg);opacity:.85;border-radius:50%;flex:none;width:8px;height:8px}.Myjg4a_tabDiskBadge{appearance:none;color:var(--fe-accent);cursor:pointer;background:0 0;border:none;border-radius:3px;flex:none;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:12px;line-height:1;display:inline-flex}.Myjg4a_tabDiskBadge:hover{background:var(--fe-hover);color:var(--fe-fg)}.Myjg4a_previewBody{flex:1;min-height:0;overflow:auto}.Myjg4a_editor{--fe-gutter:44px;contain:layout paint;height:100%;min-height:0;position:relative}.Myjg4a_gutter{width:var(--fe-gutter);box-sizing:border-box;border-right:1px solid var(--fe-border);background:var(--fe-sidebar-bg);color:var(--fe-faint);user-select:none;pointer-events:none;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.5;position:absolute;top:0;bottom:0;left:0;overflow:hidden}.Myjg4a_gutterNumbers{white-space:pre;text-align:right;padding:12px 8px}.Myjg4a_editorPlain .Myjg4a_editorTextarea{color:var(--fe-fg)}.Myjg4a_editorHint{left:calc(var(--fe-gutter) + 8px);background:var(--fe-hover);color:var(--fe-muted);pointer-events:none;border-radius:4px;padding:4px 10px;font-size:11px;position:absolute;bottom:8px}.Myjg4a_editorHighlight{top:0;bottom:0;left:var(--fe-gutter);pointer-events:none;white-space:pre;tab-size:2;color:var(--fe-fg);background:0 0;margin:0;padding:12px 12px calc(12px + 1.5em);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.5;position:absolute;right:0;overflow:auto}.Myjg4a_editorHighlight code{font-family:inherit;font-size:inherit;line-height:inherit;white-space:inherit}.Myjg4a_editorTextarea{top:0;bottom:0;left:var(--fe-gutter);box-sizing:border-box;resize:none;color:#0000;caret-color:var(--fe-fg);white-space:pre;tab-size:2;background:0 0;border:none;outline:none;margin:0;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.5;position:absolute;right:0;overflow:auto}.Myjg4a_editor[data-wrap=on] .Myjg4a_editorHighlight,.Myjg4a_editor[data-wrap=on] .Myjg4a_editorTextarea{white-space:pre-wrap;overflow-wrap:anywhere}.Myjg4a_editor[data-wrap=on] .Myjg4a_editorTextarea{overflow-x:hidden}.Myjg4a_saveError{color:#1e1e1e;background:#f48771;border-radius:4px;padding:4px 10px;font-size:12px;position:absolute;bottom:8px;right:8px}.Myjg4a_previewHint{color:var(--fe-faint);padding:12px;font-size:12px;line-height:18px}.Myjg4a_imageView{box-sizing:border-box;background:var(--fe-bg);flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100%;min-height:0;padding:12px;display:flex;overflow:auto}.Myjg4a_image{object-fit:contain;max-width:100%;max-height:100%;box-shadow:0 0 0 1px var(--fe-border);border-radius:4px}.Myjg4a_previewMeta{color:var(--fe-faint);font-size:11px}.Myjg4a_mdPreview{box-sizing:border-box;height:100%;color:var(--fe-fg);word-wrap:break-word;padding:16px 20px 48px;font-size:14px;line-height:1.7;overflow:auto}.Myjg4a_mdPreview>:first-child{margin-top:0}.Myjg4a_mdPreview>:last-child{margin-bottom:0}.Myjg4a_mdPreview h1,.Myjg4a_mdPreview h2,.Myjg4a_mdPreview h3,.Myjg4a_mdPreview h4,.Myjg4a_mdPreview h5,.Myjg4a_mdPreview h6{color:var(--fe-fg);margin:1.2em 0 .5em;font-weight:600;line-height:1.3}.Myjg4a_mdPreview h1{border-bottom:1px solid var(--fe-border);padding-bottom:.3em;font-size:1.7em}.Myjg4a_mdPreview h2{border-bottom:1px solid var(--fe-border);padding-bottom:.3em;font-size:1.4em}.Myjg4a_mdPreview h3{font-size:1.2em}.Myjg4a_mdPreview h4,.Myjg4a_mdPreview h5,.Myjg4a_mdPreview h6{font-size:1.05em}.Myjg4a_mdPreview p{margin:.6em 0}.Myjg4a_mdPreview ul,.Myjg4a_mdPreview ol{margin:.6em 0;padding-left:1.6em}.Myjg4a_mdPreview li,.Myjg4a_mdPreview li>ul,.Myjg4a_mdPreview li>ol{margin:.2em 0}.Myjg4a_mdPreview a{color:var(--fe-accent);text-decoration:none}.Myjg4a_mdPreview a:hover{text-decoration:underline}.Myjg4a_mdPreview blockquote{border-left:3px solid var(--fe-border-strong);color:var(--fe-muted);background:var(--fe-sidebar-bg);margin:.8em 0;padding:.3em 1em}.Myjg4a_mdPreview code{background:var(--fe-hover);border-radius:3px;padding:.15em .4em;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}.Myjg4a_mdPreview pre{background:var(--fe-sidebar-bg);border:1px solid var(--fe-border);border-radius:4px;margin:.8em 0;padding:12px;line-height:1.5;overflow:auto}.Myjg4a_mdPreview pre code{background:0 0;padding:0;font-size:13px}.Myjg4a_mdPreview table{border-collapse:collapse;max-width:100%;margin:.8em 0;display:block;overflow-x:auto}.Myjg4a_mdPreview th,.Myjg4a_mdPreview td{border:1px solid var(--fe-border-strong);padding:6px 12px}.Myjg4a_mdPreview th{background:var(--fe-sidebar-bg);font-weight:600}.Myjg4a_mdPreview img{border-radius:4px;max-width:100%}.Myjg4a_mdPreview hr{border:none;border-top:1px solid var(--fe-border-strong);margin:1.5em 0}.Myjg4a_mdPreview .hljs-keyword,.Myjg4a_mdPreview .hljs-selector-tag,.Myjg4a_mdPreview .hljs-literal{color:var(--fe-token-keyword)}.Myjg4a_mdPreview .hljs-string,.Myjg4a_mdPreview .hljs-regexp,.Myjg4a_mdPreview .hljs-addition{color:var(--fe-token-string)}.Myjg4a_mdPreview .hljs-comment,.Myjg4a_mdPreview .hljs-quote{color:var(--fe-token-comment);font-style:italic}.Myjg4a_mdPreview .hljs-number,.Myjg4a_mdPreview .hljs-symbol,.Myjg4a_mdPreview .hljs-bullet{color:var(--fe-token-number)}.Myjg4a_mdPreview .hljs-title,.Myjg4a_mdPreview .hljs-section,.Myjg4a_mdPreview .hljs-title.function_{color:var(--fe-token-function)}.Myjg4a_mdPreview .hljs-type,.Myjg4a_mdPreview .hljs-built_in,.Myjg4a_mdPreview .hljs-class .hljs-title{color:var(--fe-token-type)}.Myjg4a_mdPreview .hljs-attr,.Myjg4a_mdPreview .hljs-attribute,.Myjg4a_mdPreview .hljs-variable,.Myjg4a_mdPreview .hljs-template-variable,.Myjg4a_mdPreview .hljs-params{color:var(--fe-token-variable)}.Myjg4a_mdPreview .hljs-tag,.Myjg4a_mdPreview .hljs-name{color:var(--fe-token-tag)}.Myjg4a_mdPreview .hljs-meta{color:var(--fe-token-meta)}.Myjg4a_mdPreview .hljs-emphasis{font-style:italic}.Myjg4a_mdPreview .hljs-strong{font-weight:600}.Myjg4a_placeholder{text-align:center;color:var(--fe-faint);flex:1;justify-content:center;align-items:center;padding:16px;font-size:12px;line-height:18px;display:flex}.Myjg4a_editorHighlight .hljs-keyword,.Myjg4a_editorHighlight .hljs-selector-tag,.Myjg4a_editorHighlight .hljs-literal{color:var(--fe-token-keyword)}.Myjg4a_editorHighlight .hljs-string,.Myjg4a_editorHighlight .hljs-regexp,.Myjg4a_editorHighlight .hljs-addition{color:var(--fe-token-string)}.Myjg4a_editorHighlight .hljs-comment,.Myjg4a_editorHighlight .hljs-quote{color:var(--fe-token-comment);font-style:italic}.Myjg4a_editorHighlight .hljs-number,.Myjg4a_editorHighlight .hljs-symbol,.Myjg4a_editorHighlight .hljs-bullet{color:var(--fe-token-number)}.Myjg4a_editorHighlight .hljs-title,.Myjg4a_editorHighlight .hljs-section,.Myjg4a_editorHighlight .hljs-title.function_{color:var(--fe-token-function)}.Myjg4a_editorHighlight .hljs-type,.Myjg4a_editorHighlight .hljs-built_in,.Myjg4a_editorHighlight .hljs-class .hljs-title{color:var(--fe-token-type)}.Myjg4a_editorHighlight .hljs-attr,.Myjg4a_editorHighlight .hljs-attribute,.Myjg4a_editorHighlight .hljs-variable,.Myjg4a_editorHighlight .hljs-template-variable,.Myjg4a_editorHighlight .hljs-params{color:var(--fe-token-variable)}.Myjg4a_editorHighlight .hljs-tag,.Myjg4a_editorHighlight .hljs-name{color:var(--fe-token-tag)}.Myjg4a_editorHighlight .hljs-meta{color:var(--fe-token-meta)}.Myjg4a_editorHighlight .hljs-emphasis{font-style:italic}.Myjg4a_editorHighlight .hljs-strong{color:var(--fe-accent);font-weight:inherit}body[data-dsh-maid-atelier] [data-skin-chrome=top-trim],body[data-dsh-maid-atelier] [data-skin-chrome=bottom-trim]{translate:calc(var(--maid-sidebar-width,0px) + var(--dsh-explorer-width,0px) + var(--dsh-preview-width,0px)) 0!important}[class*=explorerCol]{border-right:1px solid var(--fe-border)!important}";
42
+ const css$1 = "[data-fe-theme=light]{--fe-bg:#fff;--fe-sidebar-bg:#f3f3f3;--fe-fg:#1f1f1f;--fe-muted:#6e6e6e;--fe-faint:#9d9d9d;--fe-border:#e5e5e5;--fe-border-strong:#c8c8c8;--fe-accent:#005fb8;--fe-hover:#e8e8e8;--fe-selection:#add6ff;--fe-token-keyword:#00f;--fe-token-string:#a31515;--fe-token-comment:green;--fe-token-number:#098658;--fe-token-function:#795e26;--fe-token-type:#267f99;--fe-token-variable:#001080;--fe-token-tag:maroon;--fe-token-meta:#6e6e6e}[data-fe-theme=dark]{--fe-bg:#1e1e1e;--fe-sidebar-bg:#252526;--fe-fg:#d4d4d4;--fe-muted:#ccc;--fe-faint:#9d9d9d;--fe-border:#3c3c3c;--fe-border-strong:#454545;--fe-accent:#007acc;--fe-hover:#2a2d2e;--fe-selection:#264f78;--fe-token-keyword:#569cd6;--fe-token-string:#ce9178;--fe-token-comment:#6a9955;--fe-token-number:#b5cea8;--fe-token-function:#dcdcaa;--fe-token-type:#4ec9b0;--fe-token-variable:#9cdcfe;--fe-token-tag:#569cd6;--fe-token-meta:#9b9b9b}.Myjg4a_column{box-sizing:border-box;background:var(--fe-sidebar-bg);min-width:0;height:100%;color:var(--fe-fg);flex-direction:column;font-size:13px;display:flex;overflow:hidden}.Myjg4a_header{box-sizing:border-box;border-bottom:1px solid var(--fe-border);flex:none;align-items:center;gap:6px;height:34px;padding:0 8px;display:flex}.Myjg4a_headerTitle{text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase;letter-spacing:.04em;min-width:0;color:var(--fe-muted);flex:1;font-size:11px;font-weight:600;overflow:hidden}.Myjg4a_headerActions{flex:none;align-items:center;gap:2px;display:flex}.Myjg4a_action{appearance:none;color:var(--fe-muted);cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:13px;line-height:1;display:inline-flex}.Myjg4a_action:hover:not(:disabled){background:var(--fe-hover);color:var(--fe-fg)}.Myjg4a_action:disabled{opacity:.5;cursor:default}.Myjg4a_treeArea{flex:1;min-height:0;padding:4px;overflow-y:auto}.Myjg4a_treeArea:focus{outline:none}.Myjg4a_row{cursor:pointer;user-select:none;white-space:nowrap;height:22px;color:var(--fe-fg);border-radius:3px;align-items:center;gap:6px;font-size:13px;display:flex}.Myjg4a_row:hover{background:var(--fe-hover)}.Myjg4a_rowSelected{background:var(--fe-selection)}.Myjg4a_rowSelected .Myjg4a_name{color:var(--fe-fg)}.Myjg4a_rowCut{opacity:.45}.Myjg4a_rowDropTarget{box-shadow:inset 0 0 0 1.5px var(--fe-accent);background:var(--fe-selection)}.Myjg4a_clipboardBar{border-bottom:1px solid var(--fe-border);background:var(--fe-hover);color:var(--fe-fg);flex:none;align-items:center;gap:6px;padding:4px 8px;font-size:12px;display:flex}.Myjg4a_clipboardText{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.Myjg4a_clipboardHint{color:var(--fe-faint)}.Myjg4a_chevron{text-align:center;width:12px;color:var(--fe-muted);flex:none;font-size:10px;line-height:22px}.Myjg4a_icon{text-align:center;flex:none;width:16px;font-size:13px;line-height:22px}.Myjg4a_fileBadge{letter-spacing:-.3px;box-sizing:border-box;vertical-align:middle;user-select:none;border-radius:3px;justify-content:center;align-items:center;width:16px;height:15px;padding:0 1px;font-size:8px;font-weight:700;line-height:1;display:inline-flex}.Myjg4a_fileBadgeLong{letter-spacing:-.4px;font-size:6.5px}.Myjg4a_name{text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.Myjg4a_size{color:var(--fe-faint);flex:none;font-size:11px}.Myjg4a_actions{opacity:0;flex:none;align-items:center;gap:2px;transition:opacity .12s;display:flex}.Myjg4a_row:hover .Myjg4a_actions,.Myjg4a_row:focus-within .Myjg4a_actions{opacity:1}.Myjg4a_rowHint{color:var(--fe-faint);padding:2px 8px 2px 0;font-size:12px;line-height:20px}.Myjg4a_rowError{color:#f48771;padding:2px 8px 2px 0;font-size:12px;line-height:18px}.Myjg4a_contextMenu{z-index:10000;box-sizing:border-box;border:1px solid var(--fe-border-strong);user-select:none;border-radius:6px;min-width:180px;padding:4px;font-size:13px;position:fixed;box-shadow:0 6px 24px #00000047;background:var(--fe-bg)!important;color:var(--fe-fg)!important}.Myjg4a_contextMenuItem{cursor:pointer;white-space:nowrap;color:inherit;border-radius:4px;align-items:center;gap:8px;padding:5px 10px;display:flex}.Myjg4a_contextMenuItem:hover{background:var(--fe-selection)!important;color:var(--fe-fg)!important}.Myjg4a_contextMenuItemDanger{color:#f48771!important}.Myjg4a_contextMenuItemDisabled{opacity:.45;cursor:default;pointer-events:none}.Myjg4a_contextMenuDivider{background:var(--fe-border);height:1px;margin:4px 6px}.Myjg4a_preview{border-right:1px solid var(--fe-border);background:var(--fe-bg);flex-direction:column;flex:0 0 55%;min-width:240px;min-height:0;animation:.18s Myjg4a_fe-preview-in;display:flex;overflow:hidden}.Myjg4a_previewClosing{animation:.2s forwards Myjg4a_fe-preview-out}@keyframes Myjg4a_fe-preview-in{0%{opacity:0}to{opacity:1}}@keyframes Myjg4a_fe-preview-out{0%{opacity:1}to{opacity:0}}.Myjg4a_handle{cursor:col-resize;touch-action:none;z-index:2;background:0 0;flex:none;width:6px;margin-left:-4px;margin-right:-2px}.Myjg4a_handle:hover,.Myjg4a_handle:active{background:var(--fe-accent);opacity:.35}.Myjg4a_tabBar{border-bottom:1px solid var(--fe-border);background:var(--fe-sidebar-bg);flex:none;align-items:stretch;height:34px;display:flex}.Myjg4a_tabScroller{scrollbar-width:thin;flex:1;align-items:stretch;min-width:0;display:flex;overflow-x:auto}.Myjg4a_collapse,.Myjg4a_tabAction{appearance:none;color:var(--fe-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;flex:none;justify-content:center;align-items:center;width:26px;height:26px;margin:auto 4px;padding:0;font-size:14px;line-height:1;display:inline-flex}.Myjg4a_collapse:hover,.Myjg4a_tabAction:hover{background:var(--fe-hover);color:var(--fe-fg)}.Myjg4a_tabActionActive{background:var(--fe-hover);color:var(--fe-accent)}.Myjg4a_tab{max-width:180px;color:var(--fe-muted);border-right:1px solid var(--fe-border);cursor:pointer;user-select:none;white-space:nowrap;flex:none;align-items:center;gap:6px;padding:0 8px 0 12px;font-size:13px;display:flex}.Myjg4a_tab:hover{background:var(--fe-hover)}.Myjg4a_tabActive{background:var(--fe-bg);color:var(--fe-fg);box-shadow:inset 0 -1px 0 var(--fe-accent)}.Myjg4a_tabName{text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.Myjg4a_tabIcon{flex:none;justify-content:center;align-items:center;width:16px;font-size:13px;line-height:1;display:inline-flex}.Myjg4a_tabClose{appearance:none;color:var(--fe-faint);cursor:pointer;background:0 0;border:none;border-radius:3px;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:11px;display:inline-flex}.Myjg4a_tabClose:hover{background:var(--fe-hover);color:var(--fe-fg)}.Myjg4a_tabDot{background:var(--fe-fg);opacity:.85;border-radius:50%;flex:none;width:8px;height:8px}.Myjg4a_tabDiskBadge{appearance:none;color:var(--fe-accent);cursor:pointer;background:0 0;border:none;border-radius:3px;flex:none;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:12px;line-height:1;display:inline-flex}.Myjg4a_tabDiskBadge:hover{background:var(--fe-hover);color:var(--fe-fg)}.Myjg4a_previewBody{flex:1;min-height:0;overflow:auto}.Myjg4a_editor{--fe-gutter:44px;contain:layout paint;height:100%;min-height:0;position:relative}.Myjg4a_gutter{width:var(--fe-gutter);box-sizing:border-box;border-right:1px solid var(--fe-border);background:var(--fe-sidebar-bg);color:var(--fe-faint);user-select:none;pointer-events:none;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.5;position:absolute;top:0;bottom:0;left:0;overflow:hidden}.Myjg4a_gutterNumbers{white-space:pre;text-align:right;padding:12px 8px}.Myjg4a_editorPlain .Myjg4a_editorTextarea{color:var(--fe-fg)}.Myjg4a_editorHint{left:calc(var(--fe-gutter) + 8px);background:var(--fe-hover);color:var(--fe-muted);pointer-events:none;border-radius:4px;padding:4px 10px;font-size:11px;position:absolute;bottom:8px}.Myjg4a_editorHighlight{top:0;bottom:0;left:var(--fe-gutter);pointer-events:none;white-space:pre;tab-size:2;color:var(--fe-fg);background:0 0;margin:0;padding:12px 12px calc(12px + 1.5em);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.5;position:absolute;right:0;overflow:auto}.Myjg4a_editorHighlight code{font-family:inherit;font-size:inherit;line-height:inherit;white-space:inherit}.Myjg4a_editorTextarea{top:0;bottom:0;left:var(--fe-gutter);box-sizing:border-box;resize:none;color:#0000;caret-color:var(--fe-fg);white-space:pre;tab-size:2;background:0 0;border:none;outline:none;margin:0;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.5;position:absolute;right:0;overflow:auto}.Myjg4a_editor[data-wrap=on] .Myjg4a_editorHighlight,.Myjg4a_editor[data-wrap=on] .Myjg4a_editorTextarea{white-space:pre-wrap;overflow-wrap:anywhere}.Myjg4a_editor[data-wrap=on] .Myjg4a_editorTextarea{overflow-x:hidden}.Myjg4a_saveError{color:#1e1e1e;background:#f48771;border-radius:4px;padding:4px 10px;font-size:12px;position:absolute;bottom:8px;right:8px}.Myjg4a_previewHint{color:var(--fe-faint);padding:12px;font-size:12px;line-height:18px}.Myjg4a_imageView{box-sizing:border-box;background:var(--fe-bg);flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100%;min-height:0;padding:12px;display:flex;overflow:auto}.Myjg4a_image{object-fit:contain;max-width:100%;max-height:100%;box-shadow:0 0 0 1px var(--fe-border);border-radius:4px}.Myjg4a_previewMeta{color:var(--fe-faint);font-size:11px}.Myjg4a_mdPreview{box-sizing:border-box;height:100%;color:var(--fe-fg);word-wrap:break-word;padding:16px 20px 48px;font-size:14px;line-height:1.7;overflow:auto}.Myjg4a_mdPreview>:first-child{margin-top:0}.Myjg4a_mdPreview>:last-child{margin-bottom:0}.Myjg4a_mdPreview h1,.Myjg4a_mdPreview h2,.Myjg4a_mdPreview h3,.Myjg4a_mdPreview h4,.Myjg4a_mdPreview h5,.Myjg4a_mdPreview h6{color:var(--fe-fg);margin:1.2em 0 .5em;font-weight:600;line-height:1.3}.Myjg4a_mdPreview h1{border-bottom:1px solid var(--fe-border);padding-bottom:.3em;font-size:1.7em}.Myjg4a_mdPreview h2{border-bottom:1px solid var(--fe-border);padding-bottom:.3em;font-size:1.4em}.Myjg4a_mdPreview h3{font-size:1.2em}.Myjg4a_mdPreview h4,.Myjg4a_mdPreview h5,.Myjg4a_mdPreview h6{font-size:1.05em}.Myjg4a_mdPreview p{margin:.6em 0}.Myjg4a_mdPreview ul,.Myjg4a_mdPreview ol{margin:.6em 0;padding-left:1.6em}.Myjg4a_mdPreview li,.Myjg4a_mdPreview li>ul,.Myjg4a_mdPreview li>ol{margin:.2em 0}.Myjg4a_mdPreview a{color:var(--fe-accent);text-decoration:none}.Myjg4a_mdPreview a:hover{text-decoration:underline}.Myjg4a_mdPreview blockquote{border-left:3px solid var(--fe-border-strong);color:var(--fe-muted);background:var(--fe-sidebar-bg);margin:.8em 0;padding:.3em 1em}.Myjg4a_mdPreview code{background:var(--fe-hover);border-radius:3px;padding:.15em .4em;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}.Myjg4a_mdPreview pre{background:var(--fe-sidebar-bg);border:1px solid var(--fe-border);border-radius:4px;margin:.8em 0;padding:12px;line-height:1.5;overflow:auto}.Myjg4a_mdPreview pre code{background:0 0;padding:0;font-size:13px}.Myjg4a_mdPreview table{border-collapse:collapse;max-width:100%;margin:.8em 0;display:block;overflow-x:auto}.Myjg4a_mdPreview th,.Myjg4a_mdPreview td{border:1px solid var(--fe-border-strong);padding:6px 12px}.Myjg4a_mdPreview th{background:var(--fe-sidebar-bg);font-weight:600}.Myjg4a_mdPreview img{border-radius:4px;max-width:100%}.Myjg4a_mdPreview hr{border:none;border-top:1px solid var(--fe-border-strong);margin:1.5em 0}.Myjg4a_mdPreview .hljs-keyword,.Myjg4a_mdPreview .hljs-selector-tag,.Myjg4a_mdPreview .hljs-literal{color:var(--fe-token-keyword)}.Myjg4a_mdPreview .hljs-string,.Myjg4a_mdPreview .hljs-regexp,.Myjg4a_mdPreview .hljs-addition{color:var(--fe-token-string)}.Myjg4a_mdPreview .hljs-comment,.Myjg4a_mdPreview .hljs-quote{color:var(--fe-token-comment);font-style:italic}.Myjg4a_mdPreview .hljs-number,.Myjg4a_mdPreview .hljs-symbol,.Myjg4a_mdPreview .hljs-bullet{color:var(--fe-token-number)}.Myjg4a_mdPreview .hljs-title,.Myjg4a_mdPreview .hljs-section,.Myjg4a_mdPreview .hljs-title.function_{color:var(--fe-token-function)}.Myjg4a_mdPreview .hljs-type,.Myjg4a_mdPreview .hljs-built_in,.Myjg4a_mdPreview .hljs-class .hljs-title{color:var(--fe-token-type)}.Myjg4a_mdPreview .hljs-attr,.Myjg4a_mdPreview .hljs-attribute,.Myjg4a_mdPreview .hljs-variable,.Myjg4a_mdPreview .hljs-template-variable,.Myjg4a_mdPreview .hljs-params{color:var(--fe-token-variable)}.Myjg4a_mdPreview .hljs-tag,.Myjg4a_mdPreview .hljs-name{color:var(--fe-token-tag)}.Myjg4a_mdPreview .hljs-meta{color:var(--fe-token-meta)}.Myjg4a_mdPreview .hljs-emphasis{font-style:italic}.Myjg4a_mdPreview .hljs-strong{font-weight:600}.Myjg4a_placeholder{text-align:center;color:var(--fe-faint);flex:1;justify-content:center;align-items:center;padding:16px;font-size:12px;line-height:18px;display:flex}.Myjg4a_editorHighlight .hljs-keyword,.Myjg4a_editorHighlight .hljs-selector-tag,.Myjg4a_editorHighlight .hljs-literal{color:var(--fe-token-keyword)}.Myjg4a_editorHighlight .hljs-string,.Myjg4a_editorHighlight .hljs-regexp,.Myjg4a_editorHighlight .hljs-addition{color:var(--fe-token-string)}.Myjg4a_editorHighlight .hljs-comment,.Myjg4a_editorHighlight .hljs-quote{color:var(--fe-token-comment);font-style:italic}.Myjg4a_editorHighlight .hljs-number,.Myjg4a_editorHighlight .hljs-symbol,.Myjg4a_editorHighlight .hljs-bullet{color:var(--fe-token-number)}.Myjg4a_editorHighlight .hljs-title,.Myjg4a_editorHighlight .hljs-section,.Myjg4a_editorHighlight .hljs-title.function_{color:var(--fe-token-function)}.Myjg4a_editorHighlight .hljs-type,.Myjg4a_editorHighlight .hljs-built_in,.Myjg4a_editorHighlight .hljs-class .hljs-title{color:var(--fe-token-type)}.Myjg4a_editorHighlight .hljs-attr,.Myjg4a_editorHighlight .hljs-attribute,.Myjg4a_editorHighlight .hljs-variable,.Myjg4a_editorHighlight .hljs-template-variable,.Myjg4a_editorHighlight .hljs-params{color:var(--fe-token-variable)}.Myjg4a_editorHighlight .hljs-tag,.Myjg4a_editorHighlight .hljs-name{color:var(--fe-token-tag)}.Myjg4a_editorHighlight .hljs-meta{color:var(--fe-token-meta)}.Myjg4a_editorHighlight .hljs-emphasis{font-style:italic}.Myjg4a_editorHighlight .hljs-strong{color:var(--fe-accent);font-weight:inherit}[class*=explorerCol]{border-right:1px solid var(--fe-border)!important}";
43
43
  const tagId = "dsh-plugin-workbench/files.module.css";
44
44
  if (typeof document !== "undefined" && document.querySelector("style[data-plugin-css=" + JSON.stringify(tagId) + "]") === null) {
45
45
  const tag = document.createElement("style");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dsh-plugin-workbench",
3
3
  "description": "VS Code-style workspace file explorer for the DeepSeek Harness web GUI — editable preview with syntax highlighting, tabs and line numbers, full right-click file operations (create / rename / delete / copy / cut / paste / reveal in file manager), inline image & markdown preview, @-mention files into chat, drag files into the composer, per-workspace state with undo. Turns the dsh web page into a lightweight code editor.",
4
- "version": "0.0.16",
4
+ "version": "0.0.17",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@11.21.0",
7
7
  "engines": {
@@ -997,18 +997,6 @@
997
997
  font-weight: inherit;
998
998
  }
999
999
 
1000
- /* ---- Skin chrome fix ----
1001
- Shift the maid-atelier fixed top/bottom trim past the explorer column and
1002
- the split preview, so it only decorates the chat instead of overlaying the
1003
- file column, preview header/buttons, or file content. */
1004
- body[data-dsh-maid-atelier] [data-skin-chrome=top-trim] {
1005
- translate: calc(var(--maid-sidebar-width, 0px) + var(--dsh-explorer-width, 0px) + var(--dsh-preview-width, 0px)) 0 !important;
1006
- }
1007
-
1008
- body[data-dsh-maid-atelier] [data-skin-chrome=bottom-trim] {
1009
- translate: calc(var(--maid-sidebar-width, 0px) + var(--dsh-explorer-width, 0px) + var(--dsh-preview-width, 0px)) 0 !important;
1010
- }
1011
-
1012
1000
  [class*='explorerCol'] {
1013
1001
  border-right: 1px solid var(--fe-border) !important;
1014
1002
  }