Skip to content

Releases: songoao25/dsh-plugin-guardian

DSH Plugin Guardian v1.1.0 — UI 全面重构

Choose a tag to compare

@songoao25 songoao25 released this 17 Aug 08:58

v1.1.0 — UI 全面重构,对齐 DSH 官方设计语言

核心改进

  • 去掉所有 emoji,改用 DSH 官方 SVG 线性图标(IconTrashOutline16、IconWarningOutline16 等)
  • 按钮终于像按钮了:从 inline style 改为 CSS Modules,支持 hover/focus/disabled 伪类
  • 布局改为 tab + 卡片列表,对齐官方插件管理分区的范式
  • 去掉多余的页面外壳(padding + 大标题),因为设置弹窗已提供这些

Bug 修复

  • 修复暗色模式下主按钮「白字白底看不见」的问题
  • 修复 CSS 变量前缀拼写错误(--dsh---dsw-
  • 用自定义确认对话框替代浏览器原生 window.confirm()

安装

dsh plugin add dsh-plugin-guardian

完整变更日志:https://github.com/songoao25/dsh-plugin-guardian/blob/main/CHANGELOG.md

DSH Plugin Guardian v1.0.0

Choose a tag to compare

@songoao25 songoao25 released this 17 Aug 06:35

DSH Plugin Guardian v1.0.0

First public release! 🎉

Features

  • Plugin List — View all installed plugins with versions and data directories
  • Residue Scanner — Find .bak backup files and orphaned data
  • One-Click Cleanup — Delete residue files with confirmation
  • Pre-Uninstall Snapshot — Auto-backup config files before uninstall
  • Safe Uninstall — Snapshot → pnpm remove → clean data → clean .bak files
  • Health Check — Port 3080, config validity, bundle status

Known Limitations

  • Snapshot auto-restore is experimental
  • Auto-restart is deferred (manual restart required)
  • Residue scan covers top-level directories only

Installation

dsh plugin add dsh-plugin-guardian

Full changelog: https://github.com/songoao25/dsh-plugin-guardian/blob/main/CHANGELOG.md