From e80a40636be754f537660422ad0ba2239f4ca5b4 Mon Sep 17 00:00:00 2001 From: Blank <2687104205@qq.com> Date: Sat, 15 Aug 2026 17:40:50 +0800 Subject: [PATCH 1/3] =?UTF-8?q?docs(examples):=20=E6=94=B6=E5=BD=95=20dsh-?= =?UTF-8?q?remote=20=E7=A7=BB=E5=8A=A8=E8=BF=9C=E7=A8=8B=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E5=8F=B0=20bundle=20=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Blank-not-black/dsh-Remote 的官方 bundle 子包(零网关零令牌, 同源 /remote 控制台), git 源路径安装一行可用。已实测 dsh plugin 挂载与 GitHub 源解析。 --- examples/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index ca1b86f..e06d7f0 100644 --- a/examples/README.md +++ b/examples/README.md @@ -4,7 +4,7 @@ ## 路径一:bundle 插件(dsh.bundle 包) -loop / task-status / navbar 等 UI 插件是 bundle 形态(`dsh.bundle` + `dsh.client`),经官方 profile 管理: +loop / task-status / navbar 等 UI 插件是 bundle 形态(`dsh.bundle`,可带 `dsh.client`),经官方 profile 管理: ```sh dsh plugin --profile web add "github:vlln/dsh-task-status#main" # 推荐:git 源一行(产物已入库) @@ -13,6 +13,13 @@ dsh plugin --profile web add "github:vlln/dsh-task-status#main" # 推荐:git 装完 **重启 web**(bundle 层在启动时合成),设置页/对话页出现插件效果。 +### 已收录插件 + +| 插件 | 功能 | 安装 | +| --- | --- | --- | +| [dsh-task-status](https://github.com/vlln/dsh-task-status) | 对话页任务状态条 | `dsh plugin --profile web add "github:vlln/dsh-task-status#main"` | +| [dsh-remote](https://github.com/Blank-not-black/dsh-Remote) | 移动远程控制台:DSH 内访问 `/remote` 操控会话/后台工作/审批/提问/子代理/goal,零网关零令牌零额外端口(monorepo 子目录包) | `dsh plugin --profile web add "github:Blank-not-black/dsh-Remote#main&path:/packages/plugin"` | + ## 路径二:非 bundle 插件(profile patch insert 行) 纯 cordis 插件(无 `dsh.bundle` 声明)经 profile `cordis.patch.yml` 的 insert 行挂载。先让包在 profile 可解析(`dsh plugin --profile web add <包>` 或 pnpm add),再写行: From 38e747c69f8037d88808b3c4c5bd6f399bbff1a8 Mon Sep 17 00:00:00 2001 From: Blank <2687104205@qq.com> Date: Sat, 15 Aug 2026 21:46:29 +0800 Subject: [PATCH 2/3] =?UTF-8?q?docs(examples):=20dsh-remote=20=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E6=8F=92=E4=BB=B6+=E5=86=85=E7=BD=AE=E7=BD=91?= =?UTF-8?q?=E5=85=B3+App=20=E4=B8=80=E4=BD=93=E7=9A=84=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index e06d7f0..d25439f 100644 --- a/examples/README.md +++ b/examples/README.md @@ -18,7 +18,7 @@ dsh plugin --profile web add "github:vlln/dsh-task-status#main" # 推荐:git | 插件 | 功能 | 安装 | | --- | --- | --- | | [dsh-task-status](https://github.com/vlln/dsh-task-status) | 对话页任务状态条 | `dsh plugin --profile web add "github:vlln/dsh-task-status#main"` | -| [dsh-remote](https://github.com/Blank-not-black/dsh-Remote) | 移动远程控制台:DSH 内访问 `/remote` 操控会话/后台工作/审批/提问/子代理/goal,零网关零令牌零额外端口(monorepo 子目录包) | `dsh plugin --profile web add "github:Blank-not-black/dsh-Remote#main&path:/packages/plugin"` | +| [dsh-remote](https://github.com/Blank-not-black/dsh-Remote) | 移动远程控制台(插件+内置网关+手机 App 一体):DSH 原生侧边栏入口+右侧抽屉管理页;插件内置网关随 DSH 自动启停,抽屉直显令牌与设备监控,配 Android App 远程操控会话/后台工作/审批/提问/子代理/goal(monorepo 子目录包) | `dsh plugin --profile web add "github:Blank-not-black/dsh-Remote#main&path:/packages/plugin"` | ## 路径二:非 bundle 插件(profile patch insert 行) From b34bdac4a652502bfcff7eab29cd168214fabc87 Mon Sep 17 00:00:00 2001 From: Blank <2687104205@qq.com> Date: Sat, 15 Aug 2026 22:04:12 +0800 Subject: [PATCH 3/3] =?UTF-8?q?docs(examples):=20dsh-remote=20=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E5=91=BD=E4=BB=A4=E4=BC=98=E5=85=88=20npm=20=E5=8C=85?= =?UTF-8?q?/=E7=8B=AC=E7=AB=8B=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index d25439f..35a8ad9 100644 --- a/examples/README.md +++ b/examples/README.md @@ -18,7 +18,7 @@ dsh plugin --profile web add "github:vlln/dsh-task-status#main" # 推荐:git | 插件 | 功能 | 安装 | | --- | --- | --- | | [dsh-task-status](https://github.com/vlln/dsh-task-status) | 对话页任务状态条 | `dsh plugin --profile web add "github:vlln/dsh-task-status#main"` | -| [dsh-remote](https://github.com/Blank-not-black/dsh-Remote) | 移动远程控制台(插件+内置网关+手机 App 一体):DSH 原生侧边栏入口+右侧抽屉管理页;插件内置网关随 DSH 自动启停,抽屉直显令牌与设备监控,配 Android App 远程操控会话/后台工作/审批/提问/子代理/goal(monorepo 子目录包) | `dsh plugin --profile web add "github:Blank-not-black/dsh-Remote#main&path:/packages/plugin"` | +| [dsh-remote](https://github.com/Blank-not-black/dsh-Remote) | 移动远程控制台(插件+内置网关+手机 App 一体):DSH 原生侧边栏入口+右侧抽屉管理页;插件内置网关随 DSH 自动启停,抽屉直显令牌与设备监控,配 Android App 远程操控会话/后台工作/审批/提问/子代理/goal(monorepo 子目录包) | `dsh plugin --profile web add dsh-remote-plugin`(或 `github:Blank-not-black/dsh-remote-plugin#main` / monorepo `github:Blank-not-black/dsh-Remote#main&path:/packages/plugin`) | ## 路径二:非 bundle 插件(profile patch insert 行)