cicy-desktop 2.1.268 → 2.1.269
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.
|
|
3
|
+
"version": "2.1.269",
|
|
4
4
|
"description": "CiCy - AI-powered operating system browser",
|
|
5
5
|
"main": "src/main.js",
|
|
6
6
|
"bin": {
|
|
@@ -143,10 +143,10 @@
|
|
|
143
143
|
"//optionalDependencies": "(2026-06 回调): mac/linux 改回 native cicy-code(:8008,colima 在 16G mac 上压垮内存)→ 重新内置 cicy-code-<plat> / cicy-mihomo-<plat>,localbin.fromBundle 零网络 seed(npm 仅作更新通道,带 npmmirror→npmjs 回退)。这些由 scripts/sync-runtime-deps.cjs 在 tag-push 时同步到最新版。npm 的 os/cpu 字段保证每个平台只装自己那份。Windows 仍走 docker(WSL :8009),它那份 cicy-code-windows 用不到但 bundle 着无害。",
|
|
144
144
|
"optionalDependencies": {
|
|
145
145
|
"electron": "41.0.3",
|
|
146
|
-
"cicy-code-darwin-x64": "2.3.
|
|
147
|
-
"cicy-code-darwin-arm64": "2.3.
|
|
148
|
-
"cicy-code-linux-x64": "2.3.
|
|
149
|
-
"cicy-code-linux-arm64": "2.3.
|
|
146
|
+
"cicy-code-darwin-x64": "2.3.395",
|
|
147
|
+
"cicy-code-darwin-arm64": "2.3.395",
|
|
148
|
+
"cicy-code-linux-x64": "2.3.395",
|
|
149
|
+
"cicy-code-linux-arm64": "2.3.395",
|
|
150
150
|
"cicy-code-windows-x64": "2.3.193",
|
|
151
151
|
"cicy-mihomo-darwin-x64": "1.10.4",
|
|
152
152
|
"cicy-mihomo-darwin-arm64": "1.10.4",
|
package/src/i18n/locales/en.json
CHANGED
|
@@ -495,7 +495,7 @@
|
|
|
495
495
|
"reload": "Reload",
|
|
496
496
|
"webviewId": "WebviewId: {{id}}",
|
|
497
497
|
"copySkillCmd": "Copy Skill Command",
|
|
498
|
-
"skillPrompt": "Use agent-electron to operate this webview for me: webContent id={{id}}, profile id={{profile}}, url={{url}}, title={{title}}",
|
|
498
|
+
"skillPrompt": "Use the agent-electron skill to operate this webview for me: webContent id={{id}}, profile id={{profile}}, url={{url}}, title={{title}}",
|
|
499
499
|
"cut": "Cut",
|
|
500
500
|
"copy": "Copy",
|
|
501
501
|
"paste": "Paste",
|
package/src/i18n/locales/fr.json
CHANGED
|
@@ -495,7 +495,7 @@
|
|
|
495
495
|
"reload": "Recharger",
|
|
496
496
|
"webviewId": "WebviewId: {{id}}",
|
|
497
497
|
"copySkillCmd": "Copier la commande Skill",
|
|
498
|
-
"skillPrompt": "Utilise agent-electron pour opérer ce webview : webContent id={{id}}, profile id={{profile}}, url={{url}}, title={{title}}",
|
|
498
|
+
"skillPrompt": "Utilise le Skill agent-electron pour opérer ce webview : webContent id={{id}}, profile id={{profile}}, url={{url}}, title={{title}}",
|
|
499
499
|
"cut": "Couper",
|
|
500
500
|
"copy": "Copier",
|
|
501
501
|
"paste": "Coller",
|
package/src/i18n/locales/ja.json
CHANGED
|
@@ -495,7 +495,7 @@
|
|
|
495
495
|
"reload": "再読み込み",
|
|
496
496
|
"webviewId": "WebviewId: {{id}}",
|
|
497
497
|
"copySkillCmd": "Skill コマンドをコピー",
|
|
498
|
-
"skillPrompt": "agent-electron
|
|
498
|
+
"skillPrompt": "agent-electron Skill を使ってこの webview を操作してください:webContent id={{id}}、profile id={{profile}}、url={{url}}、title={{title}}",
|
|
499
499
|
"cut": "切り取り",
|
|
500
500
|
"copy": "コピー",
|
|
501
501
|
"paste": "貼り付け",
|
|
@@ -495,7 +495,7 @@
|
|
|
495
495
|
"reload": "重新加载",
|
|
496
496
|
"webviewId": "WebviewId: {{id}}",
|
|
497
497
|
"copySkillCmd": "复制 Skill 指令",
|
|
498
|
-
"skillPrompt": "
|
|
498
|
+
"skillPrompt": "请使用 agent-electron Skill 帮我操作这个 webview:webContent id={{id}},profile id={{profile}},url={{url}},title={{title}}",
|
|
499
499
|
"cut": "剪切",
|
|
500
500
|
"copy": "复制",
|
|
501
501
|
"paste": "粘贴",
|