FourTow/dsh-theme-win980

dsh-theme-win98

DeepSeek Harness 网页主题:经典 Windows 98 外观。包含银色 3D 边框、海军蓝标题栏、MS Sans Serif 字体、斜角控件、复古滚动条以及可选的青绿色桌面模式。

AI 分析

核心用途是为 DSH Web 界面提供复古的 Windows 98 视觉换肤。适合喜爱怀旧复古风格、追求个性化界面的用户。安装后需重启或重新加载 web profile 生效。

套件
dsh-theme-win98
版本
1.0.0
授權
MIT
最近更新
2026年9月2日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:FourTow/dsh-theme-win98

使用

安装重启后自动生效。默认即为桌面版(青绿桌面 + 窗口 + 标题栏 + 菜单栏)。

控制台开关(浏览器 DevTools → Console)

window.__dshThemeWin98.enabled()        // true —— 当前是否启用
window.__dshThemeWin98.setEnabled(false) // 关闭,恢复内置主题
window.__dshThemeWin98.setDesktop(false) // 关闭桌面模式,回到纯换肤(无桌面/标题栏/菜单栏)
window.__dshThemeWin98.setDesktop(true)  // 重新打开桌面版

localStorage

  • dsh-theme-win98.enabled:'0' 关闭,其余(含缺省)为开启;
  • dsh-theme-win98.desktop:'0' 关闭桌面版,其余(含缺省)为开启。

多标签页通过 storage 事件自动同步。