DeepSeek Harness 插件

dsh-frieren-zzj

dsh-芙莉莲-zzj — Frieren × Himmel web theme: alias-token overrides, global stylesheet (fantasy serif headings, gold-lilac scrollbar, sparkles, blue-moon-weed flowers, magic circles), decorative slot(英文原文)

跳到安装方式

来源信息

GitHub 仓库
zzjzgz/dsh-frieren-zzj
最近更新
2026年8月18日
分类
界面增强
GitHub stars
1
载体类型
plugin
包路径
frieren-zzj
目录证据
上游声明已找到 dsh.bundle
证据路径
frieren-zzj/package.json#dsh.bundle
核对版本
0.1.0-rc.8
上游核对日期
2026-08-20

该证据由上游目录提供。本站没有安装、运行或安全审核这个插件。

安装

默认先复制一段 Prompt,让 Agent 读 GitHub 仓库和源码;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读 GitHub 仓库和源码。

请先不要安装或执行任何命令。阅读这个插件的 GitHub 仓库、README 和关键源码,然后用清楚、直接的方式回答以下问题,帮助我判断它是否适合我的需求:

1. 这个插件是什么,解决什么问题;
2. 适合哪些用户和典型使用场景;
3. 安装后如何使用,并给出一个最小使用示例;
4. 有哪些已知限制,以及隐私、安全、兼容性或维护风险;
5. 给出“推荐 / 有条件推荐 / 不推荐”的明确建议和理由。

请区分仓库明确说明、根据源码推断和未知信息。证据不足时请明确说明,不要猜测或照抄 README。

GitHub:https://github.com/zzjzgz/dsh-frieren-zzj/tree/HEAD/frieren-zzj
插件名:dsh-frieren-zzj
作者:zzjzgz

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器2 个文件
README.md来源说明 · 只读预览

@zengzhaojun/dsh-client-frieren-zzj

dsh-芙莉莲-zzj — Frieren × Himmel (葬送のフリーレン) decorative web theme: an alias-token override layer, a global stylesheet, and decorative slot entries. The browser half stacks the token layer through the theme service, injects the global stylesheet (fantasy serif headings, gold-lilac scrollbar, sparkles, blue-moon-weed flowers, magic circles), and registers the frame stage, the hero seal, the header badge, and the rotating Himmel dock quote into their slots. Initial state has NO wallpaper; users can upload their own image as the full-page background and adjust its blur.

Configuration

The plugin owns a dedicated 「芙莉莲主题」settings section (a settings.section entry beside the shell's General page) with durable frieren-zzj namespace rows:

  • plugin master switch (defaults on): off removes EVERY theme effect —

token layer, chrome stylesheet, wallpaper, stage, glass, seal, badge, dock quote — so the app returns to its default look; the section keeps only the switch and the restore button so it can always be turned back on,

  • appearance (light / dark / system — rides the theme service's own

ui-theme preference namespace, in sync with the built-in Appearance row),

  • custom wallpaper upload stored as a downscaled JPEG data URL in the

settings document (uploading again replaces the image; "remove wallpaper" clears it). Initial state is NO wallpaper; after upload, the image renders as an independent fixed layer (position:fixed; z-index:-2) with transform:scale(1.1) and transition:filter 0.3s ease, that does not interfere with the body's own CSS, - wallpaper blur (0px–20px): a slider that adjusts the CSS filter: blur() of the wallpaper layer in real time, plus four preset buttons (none / light / medium / heavy); changes animate smoothly via transition: filter 0.3s ease. transform: scale(1.1) prevents blurred edges from showing. Only shown when a wallpaper is set,

  • overall material (glass / plain): glass applies a FIXED frosted look to

the input card ([data-composer-card]), the task-list dock card ([data-testid='todo-panel']), the goal dock card ([data-goal-bar] > :first-child), and the settings panel ([role="dialog"][aria-modal="true"]) via backdrop-filter, following the OceanAvenu Dark Glass method (https://blog.csdn.net/qq_43433246/article/details/162127888): very low-alpha background, strong blur (28px light / 40px dark), low-opacity white border, a light directional floating shadow, generous rounding — light and dark variants are baked in and NOT user-adjustable; plain removes the stylesheet and every card falls back to its default surface. Message-area cards (bubbles, tool cards) are deliberately not glassed and the message area stays transparent, so the wallpaper remains fully visible. Dark rules ride body[data-ds-dark-theme], so the dark glass follows the user's manual light/dark/system preference, not the OS media query,

  • per-layer decoration toggles (sparkles, blossoms, magic circle, ribbon,

vignette),

  • quote rotation mode (daily / random / fixed) over an 8-line quote library,
  • restore defaults button (at the bottom): replaces the whole section with

the default values (no wallpaper, glass material, all decorations on, random quote mode, blur reset to 0px, clears custom wallpaper and stale fields from older plugin versions) and re-enables the plugin.

All rows read through a revision-cached observable; every field falls back to its default while no settings document is present.

Model Experience

None, as this package affects no model context: it only overrides theme tokens, injects a static stylesheet, and registers decorative slot entries.

#### KV Cache effect

Does not invalidate: the package neither reads nor writes model requests, so it never changes the prompt or message prefix; provider cache availability and eviction remain outside the package contract.

Known Limitations and Deferred Work

  • Custom wallpapers persist as JPEG data URLs inside the user settings

document (uploads are downscaled to a 1920px long edge first).

  • Quote lines are fan-curated Japanese originals with fan glosses, not

official translations.

  • Heading fonts load from Google Fonts at runtime; offline sessions fall back

to local serif stacks.