9 Commits

Author SHA1 Message Date
fca824beea add order hint 2026-03-18 00:14:38 +08:00
8b096fcf53 feat: add download all as zip feature
- Add adm-zip dependency for zip compression
- Add DownloadAllZipParams/Result IPC types
- Implement registerDownloadAllZip handler in main process
- Update frontend download flow with save dialog
- ZIP includes pc/, mobile/ folders and metadata.json
2026-03-17 08:50:27 +08:00
970d6d9538 fix load app, download, upgrade 2026-03-16 15:53:59 +08:00
e823e703ea chore: set Japanese as default locale and remove i18n-cli
- Remove @lobehub/i18n-cli package and .i18nrc.js config
- Delete locales/default/ directory (translation source)
- Change DEFAULT_LOCALE and fallbackLng to ja-JP
- Reorder LOCALES array with Japanese first
- Simplify language selector to horizontal solid button style
2026-03-16 11:44:29 +08:00
f7ad51b9ec i18n and UI fix 2026-03-15 12:46:35 +08:00
4ec09661cd add test 2026-03-13 12:03:02 +08:00
7be6a3ff6a chore: add ESLint v9 config with typescript-eslint
- Add eslint.config.mjs with typescript-eslint integration
- Install typescript-eslint, @typescript-eslint/eslint-plugin, @typescript-eslint/parser
- Fix unused params warning in ipc-handlers.ts
2026-03-12 13:57:38 +08:00
1e9a01b6c1 use rest-api-client 2026-03-12 12:27:16 +08:00
ab7e9b597a init 2026-03-12 11:03:47 +08:00