# 安装(独立仓库) 本仓库是自包含皮肤包(dsh.bundle manifest + cordis.patch.yml + 构建产物), 两种安装方式任选: ## 方式一:dsh plugin add(推荐) ```sh dsh plugin --profile web add /path/to/dsh-matrix-skin # 重启 dsh web(launchctl kickstart -k gui/$(id -u)/com.dsh.web) ``` ## 方式二:dsh-skin(若使用 dsh-web-ui 的 dsh-skin 脚本) 在 `scripts/dsh-skin` 的 SKINS 注册表中确认存在 matrix 条目后: ```sh dsh-skin install matrix dsh-skin use matrix ``` ## 启用 安装后刷新页面(Cmd+Shift+R)。皮肤是强制暗色主题,不跟随系统深浅色设置。 ## 卸载 ```sh dsh plugin --profile web remove @linxin666/dsh-client-ui-skin-matrix # 或从 profile cordis.patch.yml 移除对应行后重启 ```