Commit Graph

4 Commits

Author SHA1 Message Date
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
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
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
8298278c10 Initial commit: Web2App static site to Tauri platform
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-27 21:56:23 +08:00