cicy-desktop 2.1.274 → 2.1.276
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/.github/workflows/linux-app-release.yml +1 -1
- package/.github/workflows/mac-app-release.yml +3 -3
- package/.github/workflows/windows-exe-release.yml +3 -3
- package/package.json +5 -5
- package/src/backends/homepage-react/assets/index-Bok65e-y.js +377 -0
- package/src/backends/homepage-react/index.html +1 -1
- package/src/backends/local-teams.js +8 -0
- package/src/tabbrowser/team-tab-identity.js +32 -0
- package/src/tools/tab-browser-tools.js +24 -0
- package/test/custom-team-edit.test.js +31 -0
- package/test/team-tab-identity.test.js +30 -0
- package/workers/render/src/App.jsx +19 -9
- package/workers/render/src/custom-team-edit.js +17 -0
- package/src/backends/homepage-react/assets/index-UPTBR-sr.js +0 -377
|
@@ -110,7 +110,7 @@ jobs:
|
|
|
110
110
|
shell: bash
|
|
111
111
|
env:
|
|
112
112
|
CSC_IDENTITY_AUTO_DISCOVERY: "false"
|
|
113
|
-
GH_TOKEN: ${{
|
|
113
|
+
GH_TOKEN: ${{ github.token }}
|
|
114
114
|
CICY_OBFUSCATE: "1" # 发版混淆 JS(prebuild 主进程 + Vite 渲染层),仅 release CI
|
|
115
115
|
run: |
|
|
116
116
|
set -euo pipefail
|
|
@@ -136,7 +136,7 @@ jobs:
|
|
|
136
136
|
- name: Ensure draft GitHub release exists
|
|
137
137
|
shell: bash
|
|
138
138
|
env:
|
|
139
|
-
GH_TOKEN: ${{
|
|
139
|
+
GH_TOKEN: ${{ github.token }}
|
|
140
140
|
run: |
|
|
141
141
|
gh release create "${{ steps.meta.outputs.tag }}" \
|
|
142
142
|
--repo "cicy-ai/cicy-desktop" \
|
|
@@ -148,7 +148,7 @@ jobs:
|
|
|
148
148
|
- name: Build and publish PKG installers
|
|
149
149
|
shell: bash
|
|
150
150
|
env:
|
|
151
|
-
GH_TOKEN: ${{
|
|
151
|
+
GH_TOKEN: ${{ github.token }}
|
|
152
152
|
run: |
|
|
153
153
|
set -euo pipefail
|
|
154
154
|
VER="${{ steps.meta.outputs.version }}"
|
|
@@ -72,7 +72,7 @@ jobs:
|
|
|
72
72
|
# uploaded. Promoted to non-draft + latest in the final step.
|
|
73
73
|
shell: bash
|
|
74
74
|
env:
|
|
75
|
-
GH_TOKEN: ${{
|
|
75
|
+
GH_TOKEN: ${{ github.token }}
|
|
76
76
|
run: |
|
|
77
77
|
gh release create "${{ steps.meta.outputs.tag }}" \
|
|
78
78
|
--repo "cicy-ai/cicy-desktop" \
|
|
@@ -85,7 +85,7 @@ jobs:
|
|
|
85
85
|
# --publish always uploads .exe + latest.yml to the release created above.
|
|
86
86
|
shell: powershell
|
|
87
87
|
env:
|
|
88
|
-
GH_TOKEN: ${{
|
|
88
|
+
GH_TOKEN: ${{ github.token }}
|
|
89
89
|
CICY_OBFUSCATE: "1" # 发版混淆 JS(prebuild 主进程 + Vite 渲染层),仅 release CI
|
|
90
90
|
run: |
|
|
91
91
|
if (Test-Path dist) { Remove-Item -Recurse -Force dist }
|
|
@@ -176,7 +176,7 @@ jobs:
|
|
|
176
176
|
# existing clients will pick up the new version on its next poll.
|
|
177
177
|
shell: bash
|
|
178
178
|
env:
|
|
179
|
-
GH_TOKEN: ${{
|
|
179
|
+
GH_TOKEN: ${{ github.token }}
|
|
180
180
|
run: |
|
|
181
181
|
gh release edit "${{ steps.meta.outputs.tag }}" \
|
|
182
182
|
--repo "cicy-ai/cicy-desktop" \
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cicy-desktop",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.276",
|
|
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.558",
|
|
147
|
+
"cicy-code-darwin-arm64": "2.3.558",
|
|
148
|
+
"cicy-code-linux-x64": "2.3.558",
|
|
149
|
+
"cicy-code-linux-arm64": "2.3.558",
|
|
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",
|