Skip to content
dsh.fish
Bundle

dsh-pianpian-ui

A DeepSeek Harness UI plugin that adds pianpian.jpg as a translucent background.

Source
tdyangbo
stars
4 stars
License
MIT
Updated
Updated 2 hours ago

Readme

# PianpianUI

`PianpianUI` 是一个 DeepSeek Harness Web UI 插件。安装后,它会改变聊天主页面样式,使用《哀鸿:城破十日记》中的角色林翩翩作为半透明背景,并保留正常聊天界面的可读性。

## 安装

使用 DSH 命令安装:

```sh
dsh plugin --profile web add git+https://github.com/tdyangbo/PianpianUI.git
```

或下载压缩包到本地并解压(例如,解压到E:\software\PianpianUI-main),从本地文件安装:

```sh
dsh plugin --profile web add file:E:\software\PianpianUI-main
```

启动 DSH Web UI:

```sh
dsh web
```

如果页面仍显示旧效果,请在浏览器中按 `Ctrl + F5` 强制刷新。

## 效果预览

![PianpianUI 效果预览](demo.png)

## 安装后的效果

- 聊天主页面会显示林翩翩半透明背景。
- 侧边栏、输入框、按钮和聊天内容仍保持清晰可读。
- 页面右下角会出现一个 `UI` 调节按钮。
- 打开设置弹窗等非聊天页面时,调节按钮会自动隐藏。

## 调节背景效果

在聊天页面点击右下角 `UI` 按钮,可以打开调节面板。

- `Opacity`:调节图片透明度。向右拖动,图片更明显;向左拖动,图片更淡。
- `Depth`:调节背景深度。向右拖动,背景更深、更有层次;向左拖动,界面更亮、更柔和。
- `Reset`:恢复默认显示效果。

调节结果会保存在当前浏览器中,刷新页面后仍会保留。

## 更新插件

如果插件已有新版本,先移除旧版本,再重新安装:

```sh
dsh plugin --profile web remove dsh-pianpian-ui
dsh plugin --profile web add git+https://github.com/tdyangbo/PianpianUI.git
dsh web
```

然后在浏览器中按 `Ctrl + F5`。

## 停用插件

如果不想继续使用该 UI 插件,执行:

```sh
dsh plugin --profile web remove dsh-pianpian-ui
dsh web
```

如果页面仍有缓存效果,请按 `Ctrl + F5` 或重新打开浏览器页面。

Install

dsh plugin --profile web add github:tdyangbo/PianpianUI

Profile: web

  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source