dsh-plugin-anti-ads¶
| Type | plugin | Category | UI & experience |
| Stars | ⭐5 | Status | ✅ active |
| Capabilities | coding | Updated | 2026-08-15 |
📖 About¶
给 DSH Web UI 安装的广告拦截器——拦截对象只有 dsh-ads 一个。右下角一枚小徽章,广告没了,徽章记着拦掉了几个弹层。
📦 Install¶
# 从 npm 安装(推荐):
dsh plugin --profile web add @huanlin/dsh-plugin-anti-ads
# 从本地 clone 开发安装:
dsh plugin --profile web add link:/path/to/dsh-anti-ads
# 重启 dsh web,刷新页面
🚀 Quick Start¶
pnpm install # devDeps 用 link: 指向本机 ~/.dsh/source/current
pnpm run typecheck # 类型门禁(tsconfig.json + tsconfig.client.json)
pnpm test # vitest 全量(3 个 spec,54 个用例)
pnpm run build # tsdown 双 bundle:lib/index.js(node stub)+ lib/client.js(浏览器半)