Compare
Sorry, something went wrong.
No results found
v1.0.0 DSH 插件市场第一个正式版本 / First stable release of the DSH plugin marketplace ## ✨ 功能 / Features - 静态索引 registry.json(GitHub Actions 每 2 小时自动更新,jsDelivr CDN 分发,零限流)/ Static registry with 2-hour CI refresh - 一键安装:自动识别 skill / agent 预设 / cordis 插件 / 安装脚本类型 / One-click install with auto type detection - 已安装识别(四重判定)/ Four-way installed detection - 版本检测与更新 / Version detection & updates - 中英双语界面(跟随 DSH 语言设置)/ Bilingual UI (follows DSH locale) - 手动立即更新索引脚本(update-registry)/ Manual registry refresh scripts ## 🔒 安全 / Security 完成安全加固:CSRF 防护、包名路径穿越、env 键注入、第三方脚本执行确认、URL 协议校验、并发互斥、请求体上限等 / Hardened: CSRF protection, package-name path traversal, env injection, third-party script confirmation, URL validation, concurrency locks, body size limits. ## ⚡ 安装 / Install powershell irm https://raw.githubusercontent.com/bradeGithub/DSH-Plugins-Marketplace/main/install.ps1 | iex bash curl -sL https://raw.githubusercontent.com/bradeGithub/DSH-Plugins-Marketplace/main/install.sh | bash