Cursor Agent
0e6e546f44
fix(ci): center-crop non-square logos before tauri icon generation
...
tauri icon requires a square source image. Uploaded logos like 727x721
caused Prepare template to fail. Use sharp to center-crop to square
before generating platform icons.
Co-authored-by: ShuMengya <shumengya666@outlook.com >
2026-05-30 08:15:25 +00:00
9cd01deb4a
chore: upload logo.png for build Avvy6QvGF4
2026-05-30 16:09:10 +08:00
09ddf7a572
chore: upload version.txt for build Avvy6QvGF4
2026-05-30 16:09:08 +08:00
6470a61682
chore: upload site.zip for build Avvy6QvGF4
2026-05-30 16:09:07 +08:00
github-actions[bot]
2eb47ce919
chore: cleanup build Ubv7YhT9z2
2026-05-29 07:39:09 +00:00
29731193bf
chore: upload logo.png for build Ubv7YhT9z2
2026-05-29 15:34:01 +08:00
322f2ce8ba
chore: upload version.txt for build Ubv7YhT9z2
2026-05-29 15:33:58 +08:00
eb9568b972
chore: upload site.zip for build Ubv7YhT9z2
2026-05-29 15:33:57 +08:00
fa083c5ddc
fix: Android app icon after init and Windows in-app link navigation
2026-05-29 15:28:20 +08:00
github-actions[bot]
ef0e406ec8
chore: cleanup build tICOD8aqmH
2026-05-29 07:01:57 +00:00
a4b33634eb
chore: upload logo.png for build tICOD8aqmH
2026-05-29 14:57:09 +08:00
308cfdaa44
chore: upload version.txt for build tICOD8aqmH
2026-05-29 14:57:07 +08:00
9a7d512715
chore: upload site.zip for build tICOD8aqmH
2026-05-29 14:57:06 +08:00
github-actions[bot]
d384216bc8
chore: cleanup build geyhzDUygE
2026-05-29 06:17:37 +00:00
9e31ecec8f
chore: upload favicon.ico for build geyhzDUygE
2026-05-29 14:09:47 +08:00
d126852e15
chore: upload version.txt for build geyhzDUygE
2026-05-29 14:09:45 +08:00
69ba8a293c
chore: upload site.zip for build geyhzDUygE
2026-05-29 14:09:43 +08:00
382edb178f
chore: upload version.txt for build aY7zxEzZa5
2026-05-29 14:07:48 +08:00
cefbe26b8b
chore: upload site.zip for build aY7zxEzZa5
2026-05-29 14:07:47 +08:00
cursor[bot]
0b820d303f
Merge pull request #3 from shumengya/cursor/optimize-ci-build-time-b4e4
...
perf(ci): 优化 GitHub Actions 构建耗时
2026-05-29 06:00:52 +00:00
Cursor Agent
85509e182b
perf(ci): cut Android build time with single ABI and faster Rust profile
...
- Build Android APK for arm64-v8a only (covers modern devices; saves ~5 min)
- Disable release LTO and raise codegen-units in CI via env overrides
- Cache Android NDK and Gradle dependencies between runs
- Share rust-cache key across Windows/Android jobs
Co-authored-by: ShuMengya <shumengya666@outlook.com >
2026-05-29 06:00:36 +00:00
f6fa4bb1ca
feat(frontend): show build duration on job status and list
...
Display elapsed time while building and total duration from start to completion for success and failure.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-29 13:57:31 +08:00
github-actions[bot]
44fa5d3d82
chore: cleanup build H9T-pMDsbG
2026-05-29 05:45:18 +00:00
9bf2bbb15f
chore: upload logo.png for build H9T-pMDsbG
2026-05-29 13:32:34 +08:00
e241c7c61d
chore: upload version.txt for build H9T-pMDsbG
2026-05-29 13:32:32 +08:00
640ba38380
chore: upload site.zip for build H9T-pMDsbG
2026-05-29 13:32:31 +08:00
8f4b384bd9
chore: upload logo.png for build z_RUon5Tnn
2026-05-29 13:31:19 +08:00
3ea33a6526
chore: upload site.zip for build z_RUon5Tnn
2026-05-29 13:31:16 +08:00
b69dfc4813
feat: migrate to Cloudflare Workers with icon and version upload
...
Replace Express/SQLite and web/ with frontend/, worker/, and wrangler deploy. Add optional app icon upload, date-based app_version, and build-app workflow input.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-29 13:30:16 +08:00
0921e5f7a1
chore: upload logo.png for build AWtajrHKKQ
2026-05-29 13:28:49 +08:00
a389dca00f
chore: upload site.zip for build AWtajrHKKQ
2026-05-29 13:28:47 +08:00
github-actions[bot]
105a53a75d
chore: cleanup build DCXUQAywr5
2026-05-28 09:34:49 +00:00
f377cfac10
chore: upload site for build DCXUQAywr5
2026-05-28 17:24:26 +08:00
github-actions[bot]
fd8ce266fa
chore: cleanup build CN8sbwIjNx
2026-05-28 02:21:23 +00:00
4181e0edb7
chore: upload site for build CN8sbwIjNx
2026-05-28 10:13:01 +08:00
cursor[bot]
95d48d870c
Merge pull request #2 from shumengya/cursor/fix-android-signing-env-b4e4
...
fix(android): 签名脚本自动加载 keystore 配置
2026-05-28 02:12:01 +00:00
Cursor Agent
2f668a70da
fix(android): auto-load signing env inside sign-android-apk.sh
...
sign-android-apk.sh now sources setup-android-signing.sh when
WEB2APP_ANDROID_KEYSTORE is unset, so signing works even when the
workflow invokes setup and sign as separate bash processes (e.g. CI re-runs
of older workflow definitions).
Co-authored-by: ShuMengya <shumengya666@outlook.com >
2026-05-28 02:11:44 +00:00
e2a874880c
Merge pull request #1 from shumengya/cursor/fix-github-actions-build-b4e4
...
fix(ci): 修复 GitHub Actions 构建失败
2026-05-28 09:58:33 +08:00
Cursor Agent
2db2db5856
fix(ci): skip server deps on build and source Android signing env
...
- Use workspace-scoped npm ci to avoid compiling better-sqlite3 on Windows
(Node 24 has no prebuilt binaries and node-gyp fails in CI)
- Source setup-android-signing.sh so WEB2APP_ANDROID_* vars reach sign script
Co-authored-by: ShuMengya <shumengya666@outlook.com >
2026-05-28 01:57:28 +00:00
f68f7140e9
chore: upload site for build b9eQUUwUYC
2026-05-28 09:41:31 +08:00
9751edad05
chore: upload site for build -zkcbHtipe
2026-05-28 09:26:38 +08:00
0a807bf18f
fix(android): remove broken Gradle signing patch, sign APK with apksigner only
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-28 09:12:46 +08:00
0254ea8a6c
chore: upload site for build pHaB8nwqJd
2026-05-28 09:05:50 +08:00
3730b7df3b
feat: sign Android APK and generate icons from logo.png or favicon.ico
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-28 09:01:58 +08:00
edf2bdada6
feat: separate Chinese display name and English packaging name
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-28 08:54:43 +08:00
aef449e0e4
fix(windows): use NSIS installer instead of WiX MSI on CI
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-28 08:47:36 +08:00
673c23e87c
chore: upload site for build w4GSQhKFPc
2026-05-28 08:38:53 +08:00
e4a0955a8e
fix(android): patch android config identifier and avoid Java reserved words
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-28 08:36:34 +08:00
3edfe7030f
chore: upload site for build hMUoq7ABhQ
2026-05-27 22:24:06 +08:00
d20a2639b6
fix: load .env before imports and improve dev startup
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-27 22:23:12 +08:00