返回目錄

open-sea-skin

編輯精選維護狀態: 活躍

d-dev0101/open-sea-skin

基於 WebGPU 的海洋主題皮膚,為 DeepSeek Harness 提供 Harness 專用 Chrome/Edge 擴充套件與原生整合。

前往 GitHub專案首頁
$ dsh plugin --profile web add 'github:d-dev0101/open-sea-skin#v1.2.1'

195

星數

4

Fork

JavaScript

語言

MIT

授權條款

2026-08-14

建立於

2026-09-01

最近推送

MIT 授權的 DeepSeek Harness WebGPU 海洋主題,一行 `dsh plugin --profile web` 指令安裝,介面內直接調整波浪、日光與透明度;另提供擴充功能、靜態安裝器與原始碼整合三種方式。

DSH 整合

原生執行環境

作者聲明

安全稽核

未稽核

最後核實

2026-08-21

授權條款

MIT

01它能幫你完成什麼?

  • Give the DeepSeek Harness web UI an animated WebGPU ocean theme

    A translucent ocean skin with five Gerstner waves, sun glitter, foam, fog and bloom running behind the Harness UI, tuned live via the lower-left Skin settings (wave size, daylight, 40% glass opacity, day/night cycle)

    DeepSeek Harness (dsh) users who want a distinctive deepseek theme for `dsh web` instead of the stock interface

  • Apply the ocean skin without compiling Harness from source

    Working skin via four lanes: one-line DSH plugin, Harness-only Chrome/Edge extension, one-command static installer, or native Harness source integration — all local-only with no CDN or analytics requests

    Users who run a prebuilt Harness frontend and want a theme they can install (and remove) without touching the build pipeline

02如何將外掛接入 DeepSeek Harness?

先決條件

  • DeepSeek Harness installed — the package is tested with DeepSeek Harness `0.1.0-rc.6`
  • For the static installer option: curl/bash and a built/installed Harness frontend; stop Harness before running it

安裝步驟

  1. 01

    Install as a DSH plugin (recommended): `dsh plugin --profile web add 'github:d-dev0101/open-sea-skin#v1.2.1'`

    $ dsh plugin --profile web add 'github:d-dev0101/open-sea-skin#v1.2.1'

  2. 02

    Restart `dsh web`, then use **Skin settings** at the lower left to adjust wave size, daylight, 40% glass opacity, and the automatic day/night cycle

    $ dsh web

驗證整合成功

作者未說明

復原

  • Remove the DSH plugin with: `dsh plugin --profile web remove open-sea-skin`
  • For the static installer, remove only Open Sea's marker and assets with: `curl -fsSL https://raw.githubusercontent.com/d-dev0101/open-sea-skin/main/install.sh | bash -s -- --uninstall`

03DSH 整合程度與能力邊界

DSH 整合原生執行環境

Installed as a first-class DSH plugin via `dsh plugin --profile web add`, with Skin settings controls inside `dsh web` and optional native Harness source integration

  • WebGPU ocean rendering

    the running `dsh web` pagefive Gerstner waves with analytic normals, FBM detail, Fresnel sky reflection, sun glitter, foam, fog, bloom and ACES tone mapping behind the Harness UI

  • Runtime skin controls

    lower-left Skin settings panel (or Settings → General → Open Sea Skin in the native integration)live adjustment of wave size, daylight, glass opacity, and the automatic twelve-minute day/night cycle; manual daylight pins until auto cycling is re-enabled

    extension values are saved with `chrome.storage.sync`; the static-installed runtime persists to `localStorage`
  • Local-only, self-contained runtime

    vendored three.js and Geist fontsthe skin runs with no CDN or analytics requests; bilingual UI, keyboard focus trapping, Escape close, ARIA labels and `prefers-reduced-motion` support

  • Adaptive performance budgeting

    device capability and tab visibility256×256 mesh (160×160 in low/reduced-motion mode), DPR cap 1.5, adaptive render scale 0.5–1.0, 60/30/20 FPS caps, hidden-tab pause and automatic low-end detection

04適合誰?何時不該用?

適合

  • DeepSeek Harness (dsh) users who want a distinctive deepseek theme for `dsh web` instead of the stock interface
  • Users who run a prebuilt Harness frontend and want a theme they can install (and remove) without touching the build pipeline

不適合

  • The plugin is tested only with DeepSeek Harness `0.1.0-rc.6`, and the native source integration deliberately stops if upstream anchors have changed (tested against Harness commit 47f943859bef).
  • The static installer modifies the built Harness frontend: it makes a local backup, copies assets, and injects one marked loader block; you must stop Harness before running it and re-run with `--update` after every Harness upgrade.

05相容性、維護與安全提醒

  • The plugin is tested only with DeepSeek Harness `0.1.0-rc.6`, and the native source integration deliberately stops if upstream anchors have changed (tested against Harness commit 47f943859bef).
  • The static installer modifies the built Harness frontend: it makes a local backup, copies assets, and injects one marked loader block; you must stop Harness before running it and re-run with `--update` after every Harness upgrade.
  • The runtime is a WebGPU + three.js shader scene, so it needs a WebGPU-capable browser; low/reduced-motion devices automatically drop to a 160×160 mesh with reduced bloom.
2026-08-142026-08-19v1.2.1

MIT · actively maintained (latest release v1.2.1, 2026-08-18)

06常見問題

如何在 DeepSeek Harness 安裝這個主題?

執行 `dsh plugin --profile web add 'github:d-dev0101/open-sea-skin#v1.2.1'`,重新啟動 `dsh web`,再用左下角的 Skin settings 調整浪高、日光、玻璃透明度與自動晝夜循環。

它是原生 DSH 外掛還是瀏覽器擴充功能?

兩種都支援。建議使用一行指令的 DSH 外掛方式;也可以選擇僅作用於 Harness 的 Chrome/Edge 擴充功能、面向已建置前端的一鍵靜態安裝器,或附通用設定入口的原始碼層級整合。

會蒐集資料或連線外部服務嗎?

不會。執行階段完全在本機:three.js 與 Geist 字型均為內建,擴充功能與安裝器不會發起任何 CDN 或分析請求;擴充功能僅要求 `storage` 權限,以及 `http://127.0.0.1/*` 和 `http://localhost/*` 的存取。

支援哪個 Harness 版本?

已在 DeepSeek Harness `0.1.0-rc.6` 測試;原始碼整合對應 Harness 提交 47f943859bef,若上游錨點發生變更會主動停止安裝,避免破壞現有建置。

如何移除或復原?

外掛方式執行 `dsh plugin --profile web remove open-sea-skin`;靜態安裝器方式以 `--uninstall` 重新執行 install.sh,只會移除 Open Sea 的標記與資源。

08資料與來源

  • 作者聲明github.com2437d80a96de…

    A self-contained WebGPU ocean skin for DeepSeek Harness. It keeps the original five-wave Gerstner/TSL look, adds a trans…

  • 作者聲明github.com2437d80a96de…

    dsh plugin --profile web add 'github:d-dev0101/open-sea-skin#v1.2.1'

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-21。發現錯誤?提交更正。

🏆

最佳 DeepSeek Harness 外掛

從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。