편집자 노트

Gouden Leeuw 主题

DeepSeek Harness Web UI

이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.

업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.

Gouden Leeuw Moonlit Sanctuary for DeepSeek Harness

简体中文

An unofficial community theme for the DeepSeek Harness web UI, inspired by Gouden Leeuw from Azur Lane. It combines pale mint moonlight, translucent "moonstone" surfaces, a quieter reading state, animated firefly motes, and a deep emerald night palette.

The theme is self-contained: the Gouden Leeuw artwork is bundled with the plugin and served to the local UI by the Host side. No local artwork path is required during installation.

Highlights

  • Carefully tuned light and dark palettes using the native DSH theme service.
  • A vivid hero composition that automatically recedes during active chats.
  • Soft glass panels, mint accents, moonlit gradients, and reduced-motion support.
  • One exact same-origin route for the bundled artwork; no frontend dist patching.
  • Reversible PowerShell installer for the standard web profile.

Requirements

  • DeepSeek Harness 0.1.0-rc.5 or newer in the 0.1.x line.
  • Node.js ^22.19.0 or >=24.0.0.

Install on Windows

Clone the repository to a location you intend to keep, then run:

git clone https://github.com/Andy294753951/dsh-plugin-gouden-leeuw-theme.git
Set-Location .\dsh-plugin-gouden-leeuw-theme
pwsh -File .\install.ps1

Restart dsh web. The script builds the dependency-free client bundle, adds this local bundle to the web profile, and writes one clearly marked override to ~/.dsh/profiles/web/cordis.patch.yml.

To use a non-default DSH home or profile:

pwsh -File .\install.ps1 `
  -DshHome "D:\dsh-home" `
  -DshProfile web

Manual installation

Build and add the package:

npm run build
dsh plugin --profile web add .

The package bundle creates a dormant plugin row. Append the following override to ~/.dsh/profiles/web/cordis.patch.yml:

- id: gouden-leeuw-theme
  disabled: false

Restart dsh web after changing the profile composition.

Uninstall

pwsh -File .\uninstall.ps1

The uninstaller removes the managed profile block and package dependency.

Development

The client bundle uses the format expected by the Harness plugin loader and is generated without third-party build tooling:

npm run check

Edit src/client/theme.css for visual rules, src/client/index.js for browser behavior, and src/index.js for the Host artwork route. The bundled image lives in assets/. Commit the generated lib/ files so a profile can install directly from the repository.

Compatibility note

The semantic palette uses the supported theme service. Some layout polish necessarily targets the current web UI's generated class names, so a future Harness release may require selector maintenance. This package currently targets the HTTP web profile.

Rights and attribution

This is a non-commercial, unofficial fan project and is not affiliated with or endorsed by DeepSeek, Yostar, Manjuu, or Yongshi. Azur Lane, Gouden Leeuw, their names, artwork, and related marks belong to their respective rights holders. The MIT license covers only the code in this repository, not the bundled artwork. See THIRD_PARTY_NOTICES.md for the source and artwork notice.

REPOSITORY SIGNALS

보안 및 설치 증거

이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.

출처 추적 가능

공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.

라이선스

GitHub 메타데이터에서 라이선스가 감지되지 않았습니다.

유지보수 활동

최근 180일 내 코드 업데이트가 있습니다.

설치 증거

재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.

설치 라이프사이클 스크립트

검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.

주의 사항missing-license