dsh-remote-plugin 0.4.4 → 0.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-remote-plugin",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "DSH Remote 官方 bundle 插件:DSH 左侧原生边栏入口 + 右侧抽屉内嵌管理控制台;内置网关随 DSH 自动启停(systemd 独立单元),抽屉直显令牌与设备监控,配合 Android App 远程操控会话/审批/提问/goal。",
5
5
  "type": "module",
6
6
  "main": "./index.mjs",
@@ -15,6 +15,7 @@
15
15
  "client.js",
16
16
  "gateway.cjs",
17
17
  "public",
18
+ "apk",
18
19
  "cordis.patch.yml"
19
20
  ],
20
21
  "keywords": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.4.4",
3
- "apkUrl": "https://github.com/Blank-not-black/dsh-Remote/releases/latest/download/dsh-remote.apk",
4
- "releasedAt": "2026-08-15T13:46:56.379Z",
5
- "notes": "网关自愈: 默认随 DSH 自动启停(systemd 独立单元 + 持久化开关); 引导区按是否安装网关判断; 文档改为插件+网关+App 整体"
2
+ "version": "0.4.5",
3
+ "apkUrl": "dsh-remote.apk",
4
+ "releasedAt": "2026-08-15T14:12:16.007Z",
5
+ "notes": "手机更新走局域网直传: APK 随插件包分发, update.json 不再指向 GitHub"
6
6
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "0.4.4"
2
+ "version": "0.4.5"
3
3
  }