loklamlok/dsh-queue-director

插件 ⭐ 0 MIT other

DSH Web 插件:在代理处理之前,对排队中的消息进行排序(上移 / 下移 / 置顶 / 置底)。

catalog 简介:DSH web plugin: reorder queued messages (up / down / top / bottom) before the agent processes them.

安装

# 1. Clone the repository anywhere you like
git clone https://github.com/loklamlok/dsh-queue-director

# 2. In your DSH web profile directory ($DSH_HOME/profiles/web),
#    add the dependency (adjust the path to your clone):
#    "dependencies": { "dsh-queue-director": "link:<path-to-repo>" }

# 3. Register the bundle in package.json:
#    "dsh": { "profile": { "bundles": [..., "dsh-queue-director"] } }

# 4. Install and restart
pnpm install
# restart `dsh web`, then hard-refresh the page (Cmd/Ctrl+Shift+R)

loklamlok/dsh-queue-director 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。