mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-19 04:06:18 +08:00

* feat(config): Add PWA manifest.json endpoint for web app installation * fix: Update comment to English in manifest handler * fix: fix EOL * fix: Remove unused fmt import from manifest handler * feat: use site settings for manifest name and icon * fix(manifest): Move manifest.json route to static handler for proper CDN handling * feat: move manifest.json handler to static package and improve path handling * feat: Add custom static file handler to prevent manifest.json conflicts * fix: Integrate manifest.json handling into static file serving routes * fix: Simplify PWA manifest scope handling and static file serving - Remove CDN-specific logic for PWA manifest scope and start_url - Always use base path for PWA scope regardless of CDN configuration - Replace manual file serving logic with http.FileServer for static assets * fix: Ensure consistent base path handling in site configuration and manifest path construction * fix: Refactor trailing slash handling in site configuration * feat(static): update manifest path handling and add route for manifest.json