dsh-web-ui
zhu1090093659
Plugin and skin collection for DeepSeek Harness (DSH) Web UI - task board, git graph, right-side panel, remote mobile UI, pet, live token stats, and skin center.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:shenzhantu/dsh-hero-headline
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
一个纯客户端的 DeepSeek Harness Web 插件:把空会话页 hero 的标题「探索未至之境(预览版)」替换成自定义文案(默认「与你的日常,便是奇迹」),并配上艺术字样式与「从背景自动取色」的莫奈式联动。
A client-only DeepSeek Harness Web plugin that replaces the empty-state hero headline("探索未至之境 / Into the Unknown")with custom text, styles it as art text, and dynamically picks its gradient from the current background — Material-You/Monet style.
NEW_HEADLINE(默认「与你的日常,便是奇迹」),中英文均命中。预览版 / Preview 小徽章。background-clip: text)、白色描边、柔光投影、加粗、字距,书法/圆体字体栈优雅回退。--dsw-static-deepseek-500 = #4176E6);只改 fill,hover「跳一下」的动画保留。ui-theme-background-custom)正在展示的画面,中位切分(median-cut)提取主色调作为标题文字渐变;视频背景随播放刷新、图片背景在更换时重取;取不到色自动回退默认渐变。index.js)是空操作,一切在 client.js 完成;不触碰核心源码、locale 内部实现或哈希过的 CSS-Module 类名,跨小版本构建更稳。MutationObserver 找到文案恰为 探索未至之境 / Into the Unknown 的叶子 <span>,改写文字、应用样式,并隐藏其兄弟「预览版」徽章;hero 重渲染会自动重新套用,幂等无死循环。video.dsh-ubc-video 当前帧(每 PALETTE_REFRESH_MS 刷新),图片背景走 /ui-theme-background-custom/background 并在 URL 变化时重取。打开 client.js 顶部常量:
var NEW_HEADLINE = '与你的日常,便是奇迹' // 标题文案
// ART_*:艺术字样式(ART_GRADIENT / ART_FONT_FAMILY / ART_STROKE / ART_GLOW ...)
var FISH_COLOR = '#4176E6' // 鱼图标颜色
// PALETTE_COUNT / PALETTE_REFRESH_MS // 取色数量 / 视频背景跟随刷新间隔
bundle 插件,装进目标 profile(如 web):
cd <dsh-source>
pnpm dsh plugin --profile web add 'github:shenzhantu/dsh-hero-headline'
或手工等价操作:
$DSH_HOME/profiles/<profile>/package.json 的 dependencies 加
"dsh-hero-headline": "github:shenzhantu/dsh-hero-headline";dsh.profile.bundles 末尾追加 "dsh-hero-headline";pnpm install,重启 dsh-web。ui-theme-background-custom(提供背景画面);没有它时,改文案 / 艺术字 / 鱼色仍可独立工作。MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: web-ui。