chuxumilk/dsh-404-panic-lock ↗★ 1
dsh-404-panic-lock
DSH 插件:按 Ctrl+Shift+L 一键把页面伪装成静态 404 截图锁屏,支持自定义锁屏图片(images 文件夹)
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:chuxumilk/dsh-404-panic-lock说明文档
阅读完整 README ↗配置图片目录(可选)
在 profile 的 cordis.patch.yml 里覆盖插件配置:
- id: panic-lock
config:
imagesDir: 'D:\你的路径\images'
不配置时,按「会话工作区 images/ → index.js 里的 FALLBACK_IMAGES_DIR」的顺序查找——换了电脑或路径记得改 index.js 里的绝对路径。