mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-18 21:16:10 +05:00
72 lines
1.6 KiB
Go
72 lines
1.6 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/site.webmanifest
|
|
var Sitewebmanifest []byte
|
|
|
|
//go:embed pages/static/js/2.937400ae.chunk.js
|
|
var Staticjs2937400aechunkjs []byte
|
|
|
|
//go:embed pages/static/js/2.937400ae.chunk.js.LICENSE.txt
|
|
var Staticjs2937400aechunkjsLICENSEtxt []byte
|
|
|
|
//go:embed pages/static/js/2.937400ae.chunk.js.map
|
|
var Staticjs2937400aechunkjsmap []byte
|
|
|
|
//go:embed pages/static/js/main.f2cdf583.chunk.js
|
|
var Staticjsmainf2cdf583chunkjs []byte
|
|
|
|
//go:embed pages/static/js/main.f2cdf583.chunk.js.map
|
|
var Staticjsmainf2cdf583chunkjsmap []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
|