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
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
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
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
8c56dbc459
fix(ci): install npm deps before prepare-template script
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-27 22:23:12 +08:00
8298278c10
Initial commit: Web2App static site to Tauri platform
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-27 21:56:23 +08:00