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-mobile-hanui

v0.2.5

Published

Standalone mobile UI shell for the DeepSeek Harness web GUI (phone layout, drawers, FAB, mobile composer fixes)

Readme

dsh-mobile-hanui

让 DeepSeek Harness 的 Web 界面在手机上正常使用。

npm License: MIT

它解决什么问题

DSH 的网页界面是按桌面端设计的,在手机浏览器上会出现侧边栏撑满屏幕、弹窗错位、输入框被裁剪等问题。这个插件会在窄屏(手机 / 窄窗口,视口宽度 ≤ 1023px)下自动把界面调整成适合触屏的布局。

它只影响手机端显示,桌面端没有任何变化。

做了什么

  • 侧边栏、详情面板变成左右抽屉,点一下滑出,不再挤压聊天区
  • 提问、权限确认、设置等弹窗在手机上全屏居中显示,不再被裁掉
  • 悬浮菜单按钮(可拖动),点击/下拉打开侧边栏
  • 上滑到顶部自动加载更早的对话历史
  • 切换会话不再自动弹出软键盘
  • 子代理目录、模型选择、推理等级、模式选择在小屏正常显示

安装

cd ~/.dsh/profiles/web
pnpm add dsh-mobile-hanui

然后在 ~/.dsh/profiles/web/package.jsondsh.profile.bundles 数组里加入 "dsh-mobile-hanui",重启 dsh web 服务。

安装并重启后,在手机打开 DSH 网页即可,无需其它配置。

临时关闭

  • 在网址后加 ?mobileShell=0,或
  • 在浏览器控制台执行 localStorage.setItem('dsh-mobile-shell', '0') 后刷新。

更多

MIT License