npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

dsh-client-ui-seaglass

v1.6.7

Published

Seaglass: a highly customizable glassmorphism theme for the Web surface — adjustable blur, frost, fluid or wallpaper backdrop, unified corners, and motion

Readme

dsh-client-ui-seaglass

English | 中文

适配版本 — DSH 0.1.5-rc.1 · 更新日期 2026-09-11 · 插件 v1.6.7

Seaglass 是一个高自由度的玻璃质感主题。把许多页面做成了磨砂玻璃片,你可以自定义图片和视频作为背景。关掉开关就回到原生界面,不改 DSH 任何一行源码。如果你喜欢该主题,欢迎提出建议或者拉到本地修改并提交PR。

特性

  • 双模式云母效果把布局改成悬浮玻璃卡片;兼容模式保持原版排版一字不动,只把材质换成通用玻璃
  • 自由切换图像或视频背景
  • 一键开关:关闭即完全还原原生界面
  • 中/英文字体自定义

安装

方式一:npm 一键安装(推荐)

dsh plugin --profile web add dsh-client-ui-seaglass

从 npm 安装最新版,自动注册为 profile 插件层(dsh.bundle 补丁),所有平台通用。刷新 Web 界面即可。

方式二:本地文件夹安装(要调试 / 修改主题源码推荐)

克隆到本地任意位置,用 dsh plugin add 直接把本地文件夹装进 profile——它会自动完成链接安装和层登记,不用手改 cordis.patch.yml。仓库自带构建产物,装完就能用,不走 npm 发版。

git clone https://github.com/xiyunyunyun/dsh-client-ui-seaglass.git
npm install
dsh plugin --profile web add "C:\path\to\dsh-client-ui-seaglass"    # 用你的实际克隆路径(建议绝对路径)