mirror of
https://github.com/go-shiori/shiori.git
synced 2025-09-11 23:45:51 +08:00
* feat: Add manifest file * fix: Embed webmanifest file * fix: use standalone mode, not fullscreen * feat: Open add dialog by default if share query params are present * fix: Use relative url in manifest to allow subfolder * fix: Remove missing icon * fix: Repĺace current history entry if sharing * chore: Make query params consistent * feat: Add more pwa icons * fix: js prettier --------- Co-authored-by: Felipe Martin <812088+fmartingr@users.noreply.github.com> Co-authored-by: Felipe M. <me@fmartingr.com>
9 lines
170 B
Go
9 lines
170 B
Go
package views
|
|
|
|
import "embed"
|
|
|
|
//go:embed assets/js/* assets/css/* assets/res/* assets/manifest.webmanifest
|
|
var Assets embed.FS
|
|
|
|
//go:embed *.html
|
|
var Templates embed.FS
|