vibeinging/dsh-desktop--packages-dsh-desktop-chrome ↗★ 585
@vibeinging/dsh-desktop-chrome
适配macOS系统的窗口标题栏安全区
AI 分析
适合在macOS Electron桌面客户端中使用,解决标题栏与网页内容重叠的问题。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:vibeinging/dsh-desktop#ba68de0b694688bac59c2fe360ddfe5a55cc3ee0&path:packages/dsh-desktop-chrome说明文档
阅读完整 README ↗@vibeinging/dsh-desktop-chrome
DSH Desktop 的 macOS 窗口标题栏适配 Bundle。
- 通过官方 DSH Client 图加载,不修改 DSH 源码。
- 只在 macOS Electron 中创建 36px 的主题化拖拽安全条;普通浏览器保持官方 Web 原样。
- 红黄绿窗口按钮位于安全条内,官方 Web 从安全条下方开始,不再发生覆盖。
- 长菜单会同时避开标题栏和窗口底边,列表内容在菜单内滚动。
- 没有 Host 权限、网络请求、持久状态或私有 Electron API。
安装和卸载使用官方命令:
dsh plugin --profile web add -w /path/to/dsh-desktop-chrome --save-exact --ignore-scripts
dsh plugin --profile web remove @vibeinging/dsh-desktop-chrome