dsh plugins中文
← Back to popular plugin directory

Leah DSH UI polishing plug-in

feverZHONG/dsh-liya-ui · themes

GitHub repository for the DeepSeek Harness ecosystem.

★ 0GitHub stars
0Forks
2026-08-16Last updated
JavaScriptLanguage
License

Project overview

装完重启 WebUI 生效(改过 manifest/client 后必须重启)。 调圆角大小 推荐:设置 → 插件 → 插件配置 → dsh-liya-ui-plugin → 改 radius(4-48)→ 保存,即时生效。 兜底默认值在 cordis.patch.yml 的 config.radius。想细化某个表面,改 index.js 的 radiusCss() 里对应行的系数。 已知边界 只覆盖语义 role / 标签选择器能命中的表面;个别组件用了非常规 role 会漏 !important 覆盖组件内联圆角——如果某处原设计就是刻意的小圆角(如小徽章),会被统一拉大 想加更多表面(如卡片/面板):往 radiusCss() 里加一行选择器,但别用 全量(会把圆形元素压扁)

Install command

dsh plugin --profile web add github:feverZHONG/dsh-liya-ui
View GitHub repository ↗Back to popular plugin directory