cicy-desktop 2.1.243 → 2.1.245

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.243",
3
+ "version": "2.1.245",
4
4
  "description": "CiCy - AI-powered operating system browser",
5
5
  "main": "src/main.js",
6
6
  "bin": {
@@ -133,11 +133,7 @@ contextBridge.exposeInMainWorld("cicy", {
133
133
  update: () => logInvoke("sidecar:update"),
134
134
  getPublic: () => logInvoke("sidecar:get-public"), // 局域网访问开关状态
135
135
  setPublic: (on) => logInvoke("sidecar:set-public", on), // 设开关 + 自动重启 cicy-code
136
- getCft: () => logInvoke("sidecar:get-cft"), // Cloudflare Tunnel 配置 {enabled,token,host}
137
- setCft: (cfg) => logInvoke("sidecar:set-cft", cfg), // 设配置 + 自动重启 cicy-code
138
- getTunnel: () => logInvoke("sidecar:get-tunnel"), // 自托管隧道配置 {enabled,url,token}
139
- setTunnel: (cfg) => logInvoke("sidecar:set-tunnel", cfg),// 设 url+token + 重启 cicy-code
140
- tunnelStatus:() => logInvoke("tunnel:status"), // 账号套餐 {ok,tier,tunnelLimit}(徽章用,与隧道解耦)
136
+ tunnelStatus:() => logInvoke("tunnel:status"), // 账号套餐 {ok,tier,tunnelLimit}(级别徽章用)
141
137
  getDood: () => logInvoke("sidecar:get-dood"), // 容器内使用 Docker(DooD)开关状态
142
138
  setDood: (on) => logInvoke("sidecar:set-dood", on), // 设开关 + 重建容器 + 装 docker CLI
143
139
  // live {op, phase, status, message, progress?} events during update —