All plugins

DSH / BUNDLE / CLIENT-UI

dsh-titlebar-feed

v0.1.1djs326 / dsh-titlebar-feed3755b3d162

InstallableBundlesUI & client pluginsCommunity · Topic auto-analysisWeb UI

Overview

dsh-titlebar-feed

DSH Desktop 标题栏信息条插件:修复 Windows 无边框标题栏遮挡,提供可配置信息条(静态文本 / HTTP 接口 / JS 函数 / 系统指标),支持分页、动态切换与快捷键。npm: dsh-titlebar-feed

README / EN

Package documentation

DSH Desktop 标题栏信息条插件:修复 Windows 无边框标题栏遮挡,提供可配置信息条(静态文本 / HTTP 接口 / JS 函数 / 系统指标),支持分页、动态切换与快捷键。npm: dsh-titlebar-feed

The complete bilingual README lives in the source repository. This registry page prioritizes runtime and distribution facts that can be verified automatically.

Open on GitHub

LIMITATIONS

Known limitations

- 同一时刻只显示一条 feed(`activeId`)。 - JS 沙盒仅暴露 `Date` / `Math` / `JSON` / `URL`,不能联网 / `require` / `process`;需要联网请用「HTTP 接口」类型。 - 插件只在 DSH Desktop 壳内激活(检测 `window.dshDesktop`),不污染普通 dsh web。