Skip to content
dsh.fish
Bundle

dsh-customization-settings

DeepSeek Harness 通用 UI 个性化设置插件(外观/功能显示/通知声音)。

Source
T-MKT
stars
2 stars
License
MIT
Updated
Updated 4 days ago

Readme

<h1 align="center"> DSH-Customization-Settings </h1>

[简体中文](./README.md) | [English](./README.en.md)

为 DeepSeek Harness 提供通用的 UI 个性化设置。

## 已开发功能

### 👚 外观
在「设置」面板左侧新增「外观」大类(图标与「通用设置」一致),条目区暂为空,后续将逐步加入壁纸、主题色、字体与排版、模糊材质等。

> 计划开发的功能详见 [TODO.md](./TODO.md)。

## 安装

### 1. 从 `npm` 安装
> 开发未完成,暂未发布到 npm。

### 2. 从仓库安装(本地开发)

```sh

# 1 安装到 web profile(转发 pnpm,装进 $DSH_HOME/profiles/web/node_modules)
dsh plugin --profile web add <repo-path>

# 2 启用:把 "dsh-customization-settings" 追加进 profile 的组合包列表
#    编辑 $DSH_HOME/profiles/web/package.json:
#      "dsh": { "profile": { "bundles": ["@deepseek-ai/dsh-base", "@deepseek-ai/dsh-web-app", "dsh-customization-settings"] } }

# 3 重启
dsh web
```

> 等价启用方式:也可不把本包当作组合包,而是把本仓库 `cordis.patch.yml` 里的
> `insert` 段直接并入 `$DSH_HOME/profiles/web/cordis.patch.yml`。

## 开发

```sh
pnpm install   # 安装依赖
pnpm build     # tsc + tsdown,产出 lib/index.js 与 lib/client.js
pnpm typecheck # 仅类型检查
```

## 许可证
[MIT](./LICENSE)

## 贡献
作者高二在读,可能不常查看 issues 和 PRs。有意成为主要维护者的请与我邮件联系。

Install

dsh plugin --profile web add github:T-MKT/dsh-customization-settings#d58c4c975d6a2cc3fc90146c17627d24c1004c43

Profile: web

  • This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
Source