dsh-edex-xry-ui
界面增强 活跃维护

dsh-edex-xry-ui

ph4310822/dsh-edex-xry-ui

为eDEX shell终端提供X射线医疗风科幻HUD皮肤插件,复刻X射线身体扫描终端的视觉风格,安装后可直接替换终端界面样式,获得沉浸式科幻扫描效果的HUD使用体验,无需复杂配置。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
TypeScript
主要语言
None
开源协议
326 KB
仓库大小
28 天前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:ph4310822/dsh-edex-xry-ui
git clone https://github.com/ph4310822/dsh-edex-xry-ui.git
git clone git@github.com:ph4310822/dsh-edex-xry-ui.git
README.md main

dsh-edex-xry-ui

DeepSeek Harness eDEX shell plugin — XRY/B1 medical-HUD skin. A sci-fi
X-ray body-scanner terminal overlay for the DSH web GUI, rebuilt from the
Screenshot 2026-08-24 at 21.18.41.png reference: cyan-on-near-black neon
frames, a rotating radar scan disc, an ECG heartbeat monitor, power-gen
energy-cell meters, and a DATA TIMELINE scan-log — wrapped around the original
UI.

dsh-edex-xry-ui screenshot

Features

  • Right bar — the reference's signature stack:
    • ECG / HEART — a live vital-sign waveform (grid dots + cyan trace,
      BPM = / HEART = readouts driven by network throughput)
    • RADAR — the featured widget: a circular scan disc with concentric
      rings, crosshair, rim tick marks, center target reticle, and a rotating
      conic-gradient sweep (replaces the WORLD VIEW globe)
    • STATUS — ALTIT value blocks + a vertical green meter (the reference's
      status column)
  • Left bar — the reference's lower modules:
    • POWER GEN — four stacked energy-cell columns (PWR/MEM/SWP/TMP) plus a
      2×2 circular knob cluster, wired to live panel data
    • INFO (clock/specs) and PROCESSES remain, recolored to the HUD palette
  • Bottom panelDATA TIMELINE scan-log table (NO. / DATA TIMELINE /
    DATA:XG / RESULT columns, DONE green / RIGHT dim / ERROR red, orange REPORTS
    frame) replacing the file browser, alongside the PREVIEW editor and the host
    TERMINAL
  • Center region — the original DSH working area (sidebar, conversation,
    composer) shows through the shell untouched
  • Cyan-on-near-black skin#03ffff accent, #106060 thin 1px square
    borders with subtle glow, token overrides recoloring the original UI
  • Terminal-styled composer — flattened input, block caret, ~/<workspace>
    path prompt
  • Workspace-follow — the timeline panel and prompt track the active
    conversation's workspace

Installation

The plugin is published to npm as @danielng23/dsh-edex-xry-ui. From the
harness checkout:

pnpm dsh plugin --profile web add @danielng23/dsh-edex-xry-ui
pnpm dsh web   # serves the eDEX shell over the default GUI

To run the local checkout instead of the npm release (for development), add
the bundle with a file: path:

pnpm dsh plugin --profile web add file:/path/to/dsh-edex-xry-ui/packages/bundle

Development

See LOCAL_DEVELOPMENT.md for the full build, install,
and iteration workflow. The widget architecture for the shell bars is
documented in WIDGETS.md. The analysis.json / analysis.md
in this repo are the reference analysis (colors, border language, widget
reconciliation) that produced this variant.

Packages

Package Host/Client Description
packages/bundle Installable bundle (cordis.patch.yml)
packages/ui-edex client The eDEX shell frame and all panels
packages/ui-theme-terminal client Appearance → Terminal theme row
packages/host/system-metrics host System telemetry RPC + file read/write + runCommand shell execution

License

MIT