cicy-desktop 2.1.175 → 2.1.177

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cicy-desktop",
3
- "version": "2.1.175",
3
+ "version": "2.1.177",
4
4
  "description": "CiCy - AI-powered operating system browser",
5
5
  "main": "src/main.js",
6
6
  "bin": {
@@ -165,6 +165,7 @@ contextBridge.exposeInMainWorld("cicy", {
165
165
  appRestart: () => logInvoke("docker:app-restart"), // supervisorctl 重启 cicy-code
166
166
  appDockerRestart: () => logInvoke("docker:app-docker-restart"), // docker restart 整个容器
167
167
  appRecreate: () => logInvoke("docker:app-recreate"), // 删容器+重建(换 key,需 confirm)
168
+ appSetHostDocker: (on) => logInvoke("docker:app-set-host-docker", on), // 开关「挂载宿主 Docker」→ recreate
168
169
  appUpdate: () => logInvoke("docker:app-update"),
169
170
  appStop: () => logInvoke("docker:app-stop"),
170
171
  appUpgrade: () => logInvoke("docker:app-upgrade"),