mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 05:26:09 +05:00
81 lines
1.8 KiB
Go
81 lines
1.8 KiB
Go
package template
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed pages/android-chrome-192x192.png
|
|
var Androidchrome192x192png []byte
|
|
|
|
//go:embed pages/android-chrome-512x512.png
|
|
var Androidchrome512x512png []byte
|
|
|
|
//go:embed pages/apple-touch-icon.png
|
|
var Appletouchiconpng []byte
|
|
|
|
//go:embed pages/asset-manifest.json
|
|
var Assetmanifestjson []byte
|
|
|
|
//go:embed pages/browserconfig.xml
|
|
var Browserconfigxml []byte
|
|
|
|
//go:embed pages/dlnaicon-120.jpg
|
|
var Dlnaicon120jpg []byte
|
|
|
|
//go:embed pages/dlnaicon-120.png
|
|
var Dlnaicon120png []byte
|
|
|
|
//go:embed pages/dlnaicon-48.jpg
|
|
var Dlnaicon48jpg []byte
|
|
|
|
//go:embed pages/dlnaicon-48.png
|
|
var Dlnaicon48png []byte
|
|
|
|
//go:embed pages/favicon-16x16.png
|
|
var Favicon16x16png []byte
|
|
|
|
//go:embed pages/favicon-32x32.png
|
|
var Favicon32x32png []byte
|
|
|
|
//go:embed pages/favicon.ico
|
|
var Faviconico []byte
|
|
|
|
//go:embed pages/index.html
|
|
var Indexhtml []byte
|
|
|
|
//go:embed pages/mstile-150x150.png
|
|
var Mstile150x150png []byte
|
|
|
|
//go:embed pages/msx/tizen.html
|
|
var Msxtizenhtml []byte
|
|
|
|
//go:embed pages/msx/tizen.js
|
|
var Msxtizenjs []byte
|
|
|
|
//go:embed pages/msx/tvx-plugin.min.js
|
|
var Msxtvxpluginminjs []byte
|
|
|
|
//go:embed pages/site.webmanifest
|
|
var Sitewebmanifest []byte
|
|
|
|
//go:embed pages/static/js/2.74a4e2cb.chunk.js
|
|
var Staticjs274a4e2cbchunkjs []byte
|
|
|
|
//go:embed pages/static/js/2.74a4e2cb.chunk.js.LICENSE.txt
|
|
var Staticjs274a4e2cbchunkjsLICENSEtxt []byte
|
|
|
|
//go:embed pages/static/js/2.74a4e2cb.chunk.js.map
|
|
var Staticjs274a4e2cbchunkjsmap []byte
|
|
|
|
//go:embed pages/static/js/main.72a47914.chunk.js
|
|
var Staticjsmain72a47914chunkjs []byte
|
|
|
|
//go:embed pages/static/js/main.72a47914.chunk.js.map
|
|
var Staticjsmain72a47914chunkjsmap []byte
|
|
|
|
//go:embed pages/static/js/runtime-main.33603a80.js
|
|
var Staticjsruntimemain33603a80js []byte
|
|
|
|
//go:embed pages/static/js/runtime-main.33603a80.js.map
|
|
var Staticjsruntimemain33603a80jsmap []byte
|