Commit Graph

9 Commits

Author SHA1 Message Date
daydreamer-json
eb9bfc5df4 pages: Refactor and improve overview rendering 2026-03-08 08:18:02 +09:00
daydreamer-json
178d6623c3 Refactor web rendering components and update types
- Replaced `renderWeb` with `renderWebPretty` in index.ts to enhance web rendering.
- Added new types for Launcher Web announcements, banners, main background images, single entries, and sidebars in types.ts.
- Implemented `renderWebPretty` to aggregate various web rendering functionalities.
- Created separate modules for rendering announcements, banners, main background images, single entries, and sidebars.
- Updated the main command handler to ensure proper fetching of game resources and launcher data.
- Enhanced error handling and loading states in the new rendering components.
2026-03-08 07:39:12 +09:00
daydreamer-json
32cb37884e pages: Add Web (Raw) tab 2026-03-08 03:37:48 +09:00
daydreamer-json
16f6137a82 pages: Splitting index.ts into multiple files 2026-03-08 01:44:25 +09:00
daydreamer-json
b03495b825 Add launcher web endpoint archives 2026-03-07 20:54:35 +09:00
daydreamer-json
79f327ce76 feat: Add origStatus to MirrorFileEntry and implement status check for original files
- Added origStatus property to MirrorFileEntry interface to track the availability of original files.
- Updated generateDownloadLinks function to conditionally display the original link based on origStatus.
- Implemented checkMirrorFileDbStatus function to verify the accessibility of original files and update their status in the mirrorFileDb.
- Called checkMirrorFileDbStatus in main command handler to ensure the status is checked during execution.
2026-03-05 00:33:58 +09:00
daydreamer-json
670c5c03c9 Pages: minor changes 2026-02-28 15:41:27 +09:00
daydreamer-json
dc85e7ba2b Delete list.md link in README 2026-02-28 06:23:39 +09:00
daydreamer-json
4cfa379343 Add pages 2026-02-28 06:07:53 +09:00