dsh-theme-mineradio 2.3.4 → 2.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +91 -89
- package/README.zh.md +91 -89
- package/lib/client.js +56 -8
- package/lib/types/client/MineradioAppearanceRow.d.ts +72 -72
- package/lib/types/client/MineradioControls.d.ts +38 -38
- package/lib/types/client/MineradioPluginCard.d.ts +15 -15
- package/lib/types/client/audio-reactivity.d.ts +33 -33
- package/lib/types/client/cinema-drift.d.ts +20 -20
- package/lib/types/client/color-extract.d.ts +14 -14
- package/lib/types/client/critters.d.ts +21 -21
- package/lib/types/client/fluid-interactions.d.ts +19 -19
- package/lib/types/client/fluid-shader.d.ts +57 -57
- package/lib/types/client/fluid-tones.d.ts +30 -30
- package/lib/types/client/glass-dispersion.d.ts +29 -29
- package/lib/types/client/greetings.d.ts +24 -24
- package/lib/types/client/host-store.d.ts +24 -0
- package/lib/types/client/index.d.ts +21 -21
- package/lib/types/client/locales.d.ts +140 -140
- package/lib/types/client/mesh.d.ts +18 -18
- package/lib/types/client/seam-stamper.d.ts +21 -21
- package/lib/types/client/settings-store.d.ts +2 -2
- package/lib/types/client/specular-parallax.d.ts +5 -5
- package/lib/types/client/spot-core.d.ts +52 -52
- package/lib/types/client/spotlight.d.ts +11 -11
- package/lib/types/client/star-river.d.ts +43 -43
- package/lib/types/client/station-dial.d.ts +24 -24
- package/lib/types/client/theme-layer.d.ts +287 -287
- package/lib/types/client/wallpaper-store.d.ts +30 -30
- package/lib/types/client/whale.d.ts +25 -25
- package/lib/types/client/wordmark-badge.d.ts +25 -25
- package/lib/types/index.d.ts +9 -9
- package/lib/types/invariant.d.ts +15 -15
- package/package.json +13 -3
package/README.md
CHANGED
|
@@ -1,89 +1,91 @@
|
|
|
1
|
-
# dsh-theme-mineradio
|
|
2
|
-
[](https://awesome-dsh-plugin.com)
|
|
3
|
-
|
|
4
|
-
English | [中文](README.zh.md)
|
|
5
|
-
|
|
6
|
-
**Mineradio** is a cinematic glassmorphism theme for the DeepSeek Harness web UI — a faithful re-skin of the Mineradio "private visual radio" identity. The header, sidebar, composer, stats line, and trajectory view become panes of warm champagne glass over a near-black studio backdrop. You can put a video as wallpaper and switch it off and the stock UI comes back exactly, with no source changes to DSH itself.
|
|
7
|
-
|
|
8
|
-
<p align="center">
|
|
9
|
-
<img src="docs/screenshot-dark.png" alt="Mineradio dark studio — champagne fluid, teal glass sidebar, floating composer" width="920">
|
|
10
|
-
</p>
|
|
11
|
-
|
|
12
|
-
<p align="center"><em>Dark studio: teal glass over a champagne pour. The prompt floats in the liquid.</em></p>
|
|
13
|
-
|
|
14
|
-
## Screenshots
|
|
15
|
-
|
|
16
|
-
Live captures of 2.2.x on DeepSeek Harness — hero, paper-white, and the Looks panel (scenes / performance / mica):
|
|
17
|
-
|
|
18
|
-
| Dark studio | Light paper |
|
|
19
|
-
| --- | --- |
|
|
20
|
-
|  |  |
|
|
21
|
-
|
|
22
|
-
<p align="center">
|
|
23
|
-
<img src="docs/screenshot-settings-dark.png" alt="Mineradio settings — Looks fold with scene and performance presets" width="920">
|
|
24
|
-
</p>
|
|
25
|
-
|
|
26
|
-
<p align="center"><em>Looks: Studio / Deep sea / Midnight / Mist / Rainbow, plus Performance / Balanced / Vivid — one click, same glass family.</em></p>
|
|
27
|
-
|
|
28
|
-
A full-size gallery is also hosted at **https://dhicoc.github.io/dsh-theme-mineradio/**.
|
|
29
|
-
|
|
30
|
-
## What ports from Mineradio
|
|
31
|
-
|
|
32
|
-
- **Champagne-gold identity** — the signature palette (`#f4d28a` champagne, `#7ad7c2` mint, `#ff5367` ember rose over a warm near-black `#08090B`) drives every alias token: surfaces, hairline strokes, text ink, buttons, scrollbars, and warm-tinted shadows with a gold bloom.
|
|
33
|
-
- **Typography** — Inter + Noto Sans SC for the UI, self-hosted so there's no shell/fontsource dependency.
|
|
34
|
-
- **Cinematic glow** — a champagne-gold ambient bloom sits behind the glass; the spotlight hue knob sweeps it from warm amber to mint while keeping the brand warm.
|
|
35
|
-
- **Fluid backdrop** — a living fluid board (hue + depth adjustable, defaults to warm gold) or your own wallpaper (image or video) with its own blur and frost.
|
|
36
|
-
|
|
37
|
-
## Features
|
|
38
|
-
|
|
39
|
-
- **Two modes**: **Mica** restyles the layout into floating glass cards (blur and frost adjustable), while **Compatibility Mode** keeps the stock layout byte-for-byte and only swaps the material to generic glass — other plugins' UI gets the same treatment automatically
|
|
40
|
-
- **Free backdrop**: a living fluid board (hue adjustable) or your own wallpaper (fills the page, aspect preserved, with its own blur and frost); light wallpapers look best in light mode, dark wallpapers in dark mode
|
|
41
|
-
- **Background brightness**: follows the resolved scheme — dark mode darkens (0–50), light mode brightens (50–100), 50 is unchanged
|
|
42
|
-
- **Ambient decor**: particle whale in the chat center, star particles, and an interactive dot-grid mesh — all toggleable
|
|
43
|
-
- **Champagne glow**: a pointer-tracking glow over the glass panes, plus a hover press-down for tactile depth
|
|
44
|
-
- One switch: off restores the stock UI exactly, and every effect is removed with the plugin
|
|
45
|
-
|
|
46
|
-
## Installation
|
|
47
|
-
|
|
48
|
-
### Windows (one command)
|
|
49
|
-
|
|
50
|
-
```powershell
|
|
51
|
-
powershell -ExecutionPolicy Bypass -Command "Invoke-WebRequest 'https://github.com/dhicoc/dsh-theme-mineradio/raw/main/install.ps1' -OutFile install.ps1; .\install.ps1"
|
|
52
|
-
```
|
|
53
|
-
|
|
54
|
-
Installs the **latest release** by default. No git needed — the installer falls back to a plain zip download. It links the plugin into the profile's `node_modules` and registers `ui-mineradio` in `cordis.patch.yml` (idempotent — safe to run again). Reload the web UI and it is on.
|
|
55
|
-
|
|
56
|
-
Pin a version or track the dev branch:
|
|
57
|
-
|
|
58
|
-
```powershell
|
|
59
|
-
.\install.ps1 -Version 'v1.0.0' # a specific release
|
|
60
|
-
.\install.ps1 -Version 'main' # the development branch
|
|
61
|
-
```
|
|
62
|
-
|
|
63
|
-
### Plugin market / npm (recommended)
|
|
64
|
-
|
|
65
|
-
```powershell
|
|
66
|
-
dsh plugin --profile web add dsh-theme-mineradio
|
|
67
|
-
```
|
|
68
|
-
|
|
69
|
-
Or search **dsh-theme-mineradio** in Settings → Plugin market. That installs the prebuilt npm package (`lib/` already bundled). There is **no** `prepare` / `postinstall` script.
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
```
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
1
|
+
# dsh-theme-mineradio
|
|
2
|
+
[](https://awesome-dsh-plugin.com)
|
|
3
|
+
|
|
4
|
+
English | [中文](README.zh.md)
|
|
5
|
+
|
|
6
|
+
**Mineradio** is a cinematic glassmorphism theme for the DeepSeek Harness web UI — a faithful re-skin of the Mineradio "private visual radio" identity. The header, sidebar, composer, stats line, and trajectory view become panes of warm champagne glass over a near-black studio backdrop. You can put a video as wallpaper and switch it off and the stock UI comes back exactly, with no source changes to DSH itself.
|
|
7
|
+
|
|
8
|
+
<p align="center">
|
|
9
|
+
<img src="docs/screenshot-dark.png" alt="Mineradio dark studio — champagne fluid, teal glass sidebar, floating composer" width="920">
|
|
10
|
+
</p>
|
|
11
|
+
|
|
12
|
+
<p align="center"><em>Dark studio: teal glass over a champagne pour. The prompt floats in the liquid.</em></p>
|
|
13
|
+
|
|
14
|
+
## Screenshots
|
|
15
|
+
|
|
16
|
+
Live captures of 2.2.x on DeepSeek Harness — hero, paper-white, and the Looks panel (scenes / performance / mica):
|
|
17
|
+
|
|
18
|
+
| Dark studio | Light paper |
|
|
19
|
+
| --- | --- |
|
|
20
|
+
|  |  |
|
|
21
|
+
|
|
22
|
+
<p align="center">
|
|
23
|
+
<img src="docs/screenshot-settings-dark.png" alt="Mineradio settings — Looks fold with scene and performance presets" width="920">
|
|
24
|
+
</p>
|
|
25
|
+
|
|
26
|
+
<p align="center"><em>Looks: Studio / Deep sea / Midnight / Mist / Rainbow, plus Performance / Balanced / Vivid — one click, same glass family.</em></p>
|
|
27
|
+
|
|
28
|
+
A full-size gallery is also hosted at **https://dhicoc.github.io/dsh-theme-mineradio/**.
|
|
29
|
+
|
|
30
|
+
## What ports from Mineradio
|
|
31
|
+
|
|
32
|
+
- **Champagne-gold identity** — the signature palette (`#f4d28a` champagne, `#7ad7c2` mint, `#ff5367` ember rose over a warm near-black `#08090B`) drives every alias token: surfaces, hairline strokes, text ink, buttons, scrollbars, and warm-tinted shadows with a gold bloom.
|
|
33
|
+
- **Typography** — Inter + Noto Sans SC for the UI, self-hosted so there's no shell/fontsource dependency.
|
|
34
|
+
- **Cinematic glow** — a champagne-gold ambient bloom sits behind the glass; the spotlight hue knob sweeps it from warm amber to mint while keeping the brand warm.
|
|
35
|
+
- **Fluid backdrop** — a living fluid board (hue + depth adjustable, defaults to warm gold) or your own wallpaper (image or video) with its own blur and frost.
|
|
36
|
+
|
|
37
|
+
## Features
|
|
38
|
+
|
|
39
|
+
- **Two modes**: **Mica** restyles the layout into floating glass cards (blur and frost adjustable), while **Compatibility Mode** keeps the stock layout byte-for-byte and only swaps the material to generic glass — other plugins' UI gets the same treatment automatically
|
|
40
|
+
- **Free backdrop**: a living fluid board (hue adjustable) or your own wallpaper (fills the page, aspect preserved, with its own blur and frost); light wallpapers look best in light mode, dark wallpapers in dark mode
|
|
41
|
+
- **Background brightness**: follows the resolved scheme — dark mode darkens (0–50), light mode brightens (50–100), 50 is unchanged
|
|
42
|
+
- **Ambient decor**: particle whale in the chat center, star particles, and an interactive dot-grid mesh — all toggleable
|
|
43
|
+
- **Champagne glow**: a pointer-tracking glow over the glass panes, plus a hover press-down for tactile depth
|
|
44
|
+
- One switch: off restores the stock UI exactly, and every effect is removed with the plugin
|
|
45
|
+
|
|
46
|
+
## Installation
|
|
47
|
+
|
|
48
|
+
### Windows (one command)
|
|
49
|
+
|
|
50
|
+
```powershell
|
|
51
|
+
powershell -ExecutionPolicy Bypass -Command "Invoke-WebRequest 'https://github.com/dhicoc/dsh-theme-mineradio/raw/main/install.ps1' -OutFile install.ps1; .\install.ps1"
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
Installs the **latest release** by default. No git needed — the installer falls back to a plain zip download. It links the plugin into the profile's `node_modules` and registers `ui-mineradio` in `cordis.patch.yml` (idempotent — safe to run again). Reload the web UI and it is on.
|
|
55
|
+
|
|
56
|
+
Pin a version or track the dev branch:
|
|
57
|
+
|
|
58
|
+
```powershell
|
|
59
|
+
.\install.ps1 -Version 'v1.0.0' # a specific release
|
|
60
|
+
.\install.ps1 -Version 'main' # the development branch
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
### Plugin market / npm (recommended)
|
|
64
|
+
|
|
65
|
+
```powershell
|
|
66
|
+
dsh plugin --profile web add dsh-theme-mineradio
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
Or search **dsh-theme-mineradio** in Settings → Plugin market. That installs the prebuilt npm package (`lib/` already bundled). There is **no** `prepare` / `postinstall` script.
|
|
70
|
+
|
|
71
|
+
From 2.3.6 the theme probes the host at load: it uses `@deepseek-ai/dsh-client-runtime` when present (DSH `0.1.1-rc.2+`) and falls back to `@deepseek-ai/dsh-client-store` (DSH Desktop 0.7.x / `0.1.2-alpha.1`). Do not pin 2.3.1 for old desktops and 2.3.5 for new ones — one latest build runs on both.
|
|
72
|
+
|
|
73
|
+
Do not install with `github:dhicoc/dsh-theme-mineradio` or `dsh plugin add https://github.com/dhicoc/dsh-theme-mineradio`. A git / tarball spec makes pnpm block "build scripts", and market updates then fail. If you already have the git spec, switch to npm:
|
|
74
|
+
|
|
75
|
+
```powershell
|
|
76
|
+
dsh plugin --profile web add dsh-theme-mineradio@latest
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
The `dsh.bundle` manifest registers `ui-mineradio` automatically, so no manual patch is needed. (The installer adds this equivalent entry for source installs:)
|
|
80
|
+
|
|
81
|
+
```yaml
|
|
82
|
+
- insert:
|
|
83
|
+
- id: ui-mineradio
|
|
84
|
+
name: 'dsh-theme-mineradio'
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
Restart the web UI. To turn it off: Settings → Plugins → **Mineradio**.
|
|
88
|
+
|
|
89
|
+
## License
|
|
90
|
+
|
|
91
|
+
MIT. Mineradio visual identity (palette, typography, glow aesthetic) is a faithful re-skin of the Mineradio project by XxHuberrr, whose original is licensed GPL-3.0.
|
package/README.zh.md
CHANGED
|
@@ -1,89 +1,91 @@
|
|
|
1
|
-
# dsh-theme-mineradio
|
|
2
|
-
[](https://awesome-dsh-plugin.com)
|
|
3
|
-
|
|
4
|
-
中文 | [English](README.md)
|
|
5
|
-
|
|
6
|
-
**Mineradio** 是一套为 DeepSeek Harness Web UI 打造的影院级玻璃拟态主题——对 Mineradio「私人视觉电台」气质的忠实移植。顶栏、侧栏、输入框、状态行与轨迹视图都化作近黑演播室背景上一块块温暖的香槟金玻璃。你可以把视频设为壁纸,一键关闭后原样还原官方界面,无需改动 DSH 任何源码。
|
|
7
|
-
|
|
8
|
-
<p align="center">
|
|
9
|
-
<img src="docs/screenshot-dark.png" alt="Mineradio 深色演播室:香槟流体、青绿玻璃侧栏、漂浮发送栏" width="920">
|
|
10
|
-
</p>
|
|
11
|
-
|
|
12
|
-
<p align="center"><em>深色演播室:青绿玻璃压在香槟金流体上,发送栏浮在液体里。</em></p>
|
|
13
|
-
|
|
14
|
-
## 截图
|
|
15
|
-
|
|
16
|
-
2.2.x 实机——主画面、暖纸白、以及外观分组(场景 / 性能 / 云母):
|
|
17
|
-
|
|
18
|
-
| 深色演播室 | 浅色暖纸 |
|
|
19
|
-
| --- | --- |
|
|
20
|
-
|  |  |
|
|
21
|
-
|
|
22
|
-
<p align="center">
|
|
23
|
-
<img src="docs/screenshot-settings-dark.png" alt="Mineradio 设置:外观分组里的场景与性能档" width="920">
|
|
24
|
-
</p>
|
|
25
|
-
|
|
26
|
-
<p align="center"><em>外观:演播室 / 深海 / 午夜 / 雾面 / 彩虹,外加性能 / 均衡 / 炫——一键,同一套玻璃。</em></p>
|
|
27
|
-
|
|
28
|
-
原图相册也托管在 **https://dhicoc.github.io/dsh-theme-mineradio/**。
|
|
29
|
-
|
|
30
|
-
## 从 Mineradio 移植了什么
|
|
31
|
-
|
|
32
|
-
- **香槟金身份标识** —— 招牌调色板(香槟金 `#f4d28a`、薄荷 `#7ad7c2`、余烬玫瑰 `#ff5367`,压在一层温暖的近黑 `#08090B` 之上)驱动全部 alias token:表面、发丝描边、文字墨色、按钮、滚动条,以及带金色辉光的暖调阴影。
|
|
33
|
-
- **字体** —— 界面使用 Inter + Noto Sans SC,自托管,不依赖外壳或 fontsource。
|
|
34
|
-
- **影院辉光** —— 玻璃背后有一层香槟金环境光;辉光色相旋钮可把它从暖琥珀扫到薄荷,同时保持品牌暖调。
|
|
35
|
-
- **流体背景** —— 流动流体板(色相 + 深浅可调,默认落在暖金色),或自选壁纸(图片 / 视频),各自带模糊与磨砂。
|
|
36
|
-
|
|
37
|
-
## 特性
|
|
38
|
-
|
|
39
|
-
- **双模式**:**云母效果**把布局重构为漂浮的玻璃卡片(模糊度、磨砂度可调);**兼容模式**按字节保留官方布局,只把材质换成通用玻璃——其他插件的 UI 也会自动获得同样的玻璃质感
|
|
40
|
-
- **自由背景**:流动流体板(色相可调)或自选壁纸(铺满页面、保持比例,带独立模糊与磨砂);浅色壁纸配浅色模式观感最佳,深色壁纸配深色模式
|
|
41
|
-
- **背景亮度**:跟随解析到的配色——深色模式压暗(0–50),浅色模式提亮(50–100),50 为原样
|
|
42
|
-
- **环境装饰**:聊天区中心的粒子鲸鱼、星尘粒子、可交互点阵网格——都可开关
|
|
43
|
-
- **香槟辉光**:跟随鼠标在玻璃面板上流动的光晕,外加悬停下压的触觉深度
|
|
44
|
-
- 一个开关:关闭后原样还原官方界面,插件卸载时所有效果一并移除
|
|
45
|
-
|
|
46
|
-
## 安装
|
|
47
|
-
|
|
48
|
-
### Windows(一条命令)
|
|
49
|
-
|
|
50
|
-
```powershell
|
|
51
|
-
powershell -ExecutionPolicy Bypass -Command "Invoke-WebRequest 'https://github.com/dhicoc/dsh-theme-mineradio/raw/main/install.ps1' -OutFile install.ps1; .\install.ps1"
|
|
52
|
-
```
|
|
53
|
-
|
|
54
|
-
默认安装**最新正式版**。无需 git——安装脚本会退回到普通 zip 下载。脚本会把插件链接进 profile 的 `node_modules`,并在 `cordis.patch.yml` 中注册 `ui-mineradio`(幂等,可重复执行)。刷新 Web UI 即为开启状态。
|
|
55
|
-
|
|
56
|
-
锁定版本或跟踪开发分支:
|
|
57
|
-
|
|
58
|
-
```powershell
|
|
59
|
-
.\install.ps1 -Version 'v1.0.0' # 指定版本
|
|
60
|
-
.\install.ps1 -Version 'main' # 开发分支
|
|
61
|
-
```
|
|
62
|
-
|
|
63
|
-
### 插件市场 / npm(推荐)
|
|
64
|
-
|
|
65
|
-
```powershell
|
|
66
|
-
dsh plugin --profile web add dsh-theme-mineradio
|
|
67
|
-
```
|
|
68
|
-
|
|
69
|
-
或在设置 → 插件市场搜索 **dsh-theme-mineradio**。装的是 npm 上的预构建包(`lib/` 已打好),**没有** `prepare` / `postinstall`。
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
```
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
1
|
+
# dsh-theme-mineradio
|
|
2
|
+
[](https://awesome-dsh-plugin.com)
|
|
3
|
+
|
|
4
|
+
中文 | [English](README.md)
|
|
5
|
+
|
|
6
|
+
**Mineradio** 是一套为 DeepSeek Harness Web UI 打造的影院级玻璃拟态主题——对 Mineradio「私人视觉电台」气质的忠实移植。顶栏、侧栏、输入框、状态行与轨迹视图都化作近黑演播室背景上一块块温暖的香槟金玻璃。你可以把视频设为壁纸,一键关闭后原样还原官方界面,无需改动 DSH 任何源码。
|
|
7
|
+
|
|
8
|
+
<p align="center">
|
|
9
|
+
<img src="docs/screenshot-dark.png" alt="Mineradio 深色演播室:香槟流体、青绿玻璃侧栏、漂浮发送栏" width="920">
|
|
10
|
+
</p>
|
|
11
|
+
|
|
12
|
+
<p align="center"><em>深色演播室:青绿玻璃压在香槟金流体上,发送栏浮在液体里。</em></p>
|
|
13
|
+
|
|
14
|
+
## 截图
|
|
15
|
+
|
|
16
|
+
2.2.x 实机——主画面、暖纸白、以及外观分组(场景 / 性能 / 云母):
|
|
17
|
+
|
|
18
|
+
| 深色演播室 | 浅色暖纸 |
|
|
19
|
+
| --- | --- |
|
|
20
|
+
|  |  |
|
|
21
|
+
|
|
22
|
+
<p align="center">
|
|
23
|
+
<img src="docs/screenshot-settings-dark.png" alt="Mineradio 设置:外观分组里的场景与性能档" width="920">
|
|
24
|
+
</p>
|
|
25
|
+
|
|
26
|
+
<p align="center"><em>外观:演播室 / 深海 / 午夜 / 雾面 / 彩虹,外加性能 / 均衡 / 炫——一键,同一套玻璃。</em></p>
|
|
27
|
+
|
|
28
|
+
原图相册也托管在 **https://dhicoc.github.io/dsh-theme-mineradio/**。
|
|
29
|
+
|
|
30
|
+
## 从 Mineradio 移植了什么
|
|
31
|
+
|
|
32
|
+
- **香槟金身份标识** —— 招牌调色板(香槟金 `#f4d28a`、薄荷 `#7ad7c2`、余烬玫瑰 `#ff5367`,压在一层温暖的近黑 `#08090B` 之上)驱动全部 alias token:表面、发丝描边、文字墨色、按钮、滚动条,以及带金色辉光的暖调阴影。
|
|
33
|
+
- **字体** —— 界面使用 Inter + Noto Sans SC,自托管,不依赖外壳或 fontsource。
|
|
34
|
+
- **影院辉光** —— 玻璃背后有一层香槟金环境光;辉光色相旋钮可把它从暖琥珀扫到薄荷,同时保持品牌暖调。
|
|
35
|
+
- **流体背景** —— 流动流体板(色相 + 深浅可调,默认落在暖金色),或自选壁纸(图片 / 视频),各自带模糊与磨砂。
|
|
36
|
+
|
|
37
|
+
## 特性
|
|
38
|
+
|
|
39
|
+
- **双模式**:**云母效果**把布局重构为漂浮的玻璃卡片(模糊度、磨砂度可调);**兼容模式**按字节保留官方布局,只把材质换成通用玻璃——其他插件的 UI 也会自动获得同样的玻璃质感
|
|
40
|
+
- **自由背景**:流动流体板(色相可调)或自选壁纸(铺满页面、保持比例,带独立模糊与磨砂);浅色壁纸配浅色模式观感最佳,深色壁纸配深色模式
|
|
41
|
+
- **背景亮度**:跟随解析到的配色——深色模式压暗(0–50),浅色模式提亮(50–100),50 为原样
|
|
42
|
+
- **环境装饰**:聊天区中心的粒子鲸鱼、星尘粒子、可交互点阵网格——都可开关
|
|
43
|
+
- **香槟辉光**:跟随鼠标在玻璃面板上流动的光晕,外加悬停下压的触觉深度
|
|
44
|
+
- 一个开关:关闭后原样还原官方界面,插件卸载时所有效果一并移除
|
|
45
|
+
|
|
46
|
+
## 安装
|
|
47
|
+
|
|
48
|
+
### Windows(一条命令)
|
|
49
|
+
|
|
50
|
+
```powershell
|
|
51
|
+
powershell -ExecutionPolicy Bypass -Command "Invoke-WebRequest 'https://github.com/dhicoc/dsh-theme-mineradio/raw/main/install.ps1' -OutFile install.ps1; .\install.ps1"
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
默认安装**最新正式版**。无需 git——安装脚本会退回到普通 zip 下载。脚本会把插件链接进 profile 的 `node_modules`,并在 `cordis.patch.yml` 中注册 `ui-mineradio`(幂等,可重复执行)。刷新 Web UI 即为开启状态。
|
|
55
|
+
|
|
56
|
+
锁定版本或跟踪开发分支:
|
|
57
|
+
|
|
58
|
+
```powershell
|
|
59
|
+
.\install.ps1 -Version 'v1.0.0' # 指定版本
|
|
60
|
+
.\install.ps1 -Version 'main' # 开发分支
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
### 插件市场 / npm(推荐)
|
|
64
|
+
|
|
65
|
+
```powershell
|
|
66
|
+
dsh plugin --profile web add dsh-theme-mineradio
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
或在设置 → 插件市场搜索 **dsh-theme-mineradio**。装的是 npm 上的预构建包(`lib/` 已打好),**没有** `prepare` / `postinstall`。
|
|
70
|
+
|
|
71
|
+
2.3.6 起主题会在加载时探测主机:有 `@deepseek-ai/dsh-client-runtime` 就用它(DSH `0.1.1-rc.2+`),没有则回落到 `@deepseek-ai/dsh-client-store`(DSH Desktop 0.7.x / `0.1.2-alpha.1`)。不要再为旧桌面钉死 2.3.1、为新桌面钉死 2.3.5——一份 latest 两边都能跑。
|
|
72
|
+
|
|
73
|
+
不要写成 `github:dhicoc/dsh-theme-mineradio` 或 `dsh plugin add https://github.com/dhicoc/dsh-theme-mineradio`。git / tarball 源会让 pnpm 拦「构建脚本」,市场更新也会失败。已经是 git 源的,改成 npm 即可:
|
|
74
|
+
|
|
75
|
+
```powershell
|
|
76
|
+
dsh plugin --profile web add dsh-theme-mineradio@latest
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
`dsh.bundle` manifest 会自动注册 `ui-mineradio`,无需手动补丁。(安装脚本对源码安装会写入这条等价条目:)
|
|
80
|
+
|
|
81
|
+
```yaml
|
|
82
|
+
- insert:
|
|
83
|
+
- id: ui-mineradio
|
|
84
|
+
name: 'dsh-theme-mineradio'
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
重启 Web UI。想要关闭:设置 → 插件 → **Mineradio**。
|
|
88
|
+
|
|
89
|
+
## 许可证
|
|
90
|
+
|
|
91
|
+
MIT。Mineradio 视觉标识(调色板、字体、辉光美学)是对 XxHuberrr 的 Mineradio 项目的忠实重新定制,原项目采用 GPL-3.0 授权。
|