2710165659/dsh-web-plugin-explain0

dsh-web-plugin-explain

Web Settings plugin list with per-plugin descriptions (new tab, keyed by entry.id)

AI 분석

适合需要更直观管理和了解已安装插件的用户。在设置页中展示插件的官方描述原文,并支持按描述和第三方标签进行搜索。

패키지
dsh-web-plugin-explain
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:2710165659/dsh-web-plugin-explain

dsh-web-plugin-explain

Web 设置 → 插件 里的"插件列表"标签页增强:每个插件卡片展开后显示插件包自身 package.jsondescription 原文,第三方插件在名字后面带一个小标签,搜索框支持按描述搜索

它做什么

功能

  • 统一描述来源:内置插件与第三方插件一视同仁,展开卡片都只显示该插件模块 package.jsondescription 原文(解析不到时显示 )。
  • 第三方标签:不属于 DeepSeek / Cordis 的插件(模块名不以 @deepseek-ai/cordis: 开头)在卡片名字后面显示「第三方」小标签;@deepseek-ai/*cordis:* 内置行即使字典未覆盖也绝不误标。
  • 按描述搜索:搜索框匹配 id、模块名、描述(第三方行还匹配「第三方」标签文本)。
  • 尽力而为:描述解析失败(如 Remote 不可用)只影响描述行,插件列表本身始终正常渲染。

安装

# 在插件目录构建(已含 npm install 后的 node_modules)
npm run build        # 或 npx tsdown

# 安装进 web profile(bundle 声明了 dsh.bundle,会追加为 profile 的一层)
dsh plugin --profile web add ./dsh-web-plugin-explain

装完重启 dsh web(typert-loader 会在启动时注册本插件的 strict 端点),打开 设置 → 插件 → 「插件列表」,展开任意插件卡片即可看到描述。

卸载

dsh plugin --profile web remove dsh-web-plugin-explain

重启 dsh web 后恢复内置的插件列表。

License

MIT