mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
update web
This commit is contained in:
@@ -4,14 +4,86 @@ import (
|
||||
_ "embed"
|
||||
)
|
||||
|
||||
//go:embed pages/android-chrome-192x192.png
|
||||
var Androidchrome192x192png []byte
|
||||
//go:embed pages/apple-icon-180.png
|
||||
var Appleicon180png []byte
|
||||
|
||||
//go:embed pages/android-chrome-512x512.png
|
||||
var Androidchrome512x512png []byte
|
||||
//go:embed pages/apple-splash-1125-2436.jpg
|
||||
var Applesplash11252436jpg []byte
|
||||
|
||||
//go:embed pages/apple-touch-icon.png
|
||||
var Appletouchiconpng []byte
|
||||
//go:embed pages/apple-splash-1136-640.jpg
|
||||
var Applesplash1136640jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-1170-2532.jpg
|
||||
var Applesplash11702532jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-1242-2208.jpg
|
||||
var Applesplash12422208jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-1242-2688.jpg
|
||||
var Applesplash12422688jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-1284-2778.jpg
|
||||
var Applesplash12842778jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-1334-750.jpg
|
||||
var Applesplash1334750jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-1536-2048.jpg
|
||||
var Applesplash15362048jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-1620-2160.jpg
|
||||
var Applesplash16202160jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-1668-2224.jpg
|
||||
var Applesplash16682224jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-1668-2388.jpg
|
||||
var Applesplash16682388jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-1792-828.jpg
|
||||
var Applesplash1792828jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-2048-1536.jpg
|
||||
var Applesplash20481536jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-2048-2732.jpg
|
||||
var Applesplash20482732jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-2160-1620.jpg
|
||||
var Applesplash21601620jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-2208-1242.jpg
|
||||
var Applesplash22081242jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-2224-1668.jpg
|
||||
var Applesplash22241668jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-2388-1668.jpg
|
||||
var Applesplash23881668jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-2436-1125.jpg
|
||||
var Applesplash24361125jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-2532-1170.jpg
|
||||
var Applesplash25321170jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-2688-1242.jpg
|
||||
var Applesplash26881242jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-2732-2048.jpg
|
||||
var Applesplash27322048jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-2778-1284.jpg
|
||||
var Applesplash27781284jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-640-1136.jpg
|
||||
var Applesplash6401136jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-750-1334.jpg
|
||||
var Applesplash7501334jpg []byte
|
||||
|
||||
//go:embed pages/apple-splash-828-1792.jpg
|
||||
var Applesplash8281792jpg []byte
|
||||
|
||||
//go:embed pages/asset-manifest.json
|
||||
var Assetmanifestjson []byte
|
||||
@@ -19,50 +91,44 @@ 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/favicon-196.png
|
||||
var Favicon196png []byte
|
||||
|
||||
//go:embed pages/index.html
|
||||
var Indexhtml []byte
|
||||
|
||||
//go:embed pages/mstile-150x150.png
|
||||
var Mstile150x150png []byte
|
||||
//go:embed pages/logo.png
|
||||
var Logopng []byte
|
||||
|
||||
//go:embed pages/manifest-icon-192.maskable.png
|
||||
var Manifesticon192maskablepng []byte
|
||||
|
||||
//go:embed pages/manifest-icon-512.maskable.png
|
||||
var Manifesticon512maskablepng []byte
|
||||
|
||||
//go:embed pages/site.webmanifest
|
||||
var Sitewebmanifest []byte
|
||||
|
||||
//go:embed pages/static/js/2.a16d5dc4.chunk.js
|
||||
var Staticjs2a16d5dc4chunkjs []byte
|
||||
//go:embed pages/static/js/2.6c0ea491.chunk.js
|
||||
var Staticjs26c0ea491chunkjs []byte
|
||||
|
||||
//go:embed pages/static/js/2.a16d5dc4.chunk.js.LICENSE.txt
|
||||
var Staticjs2a16d5dc4chunkjsLICENSEtxt []byte
|
||||
//go:embed pages/static/js/2.6c0ea491.chunk.js.LICENSE.txt
|
||||
var Staticjs26c0ea491chunkjsLICENSEtxt []byte
|
||||
|
||||
//go:embed pages/static/js/2.a16d5dc4.chunk.js.map
|
||||
var Staticjs2a16d5dc4chunkjsmap []byte
|
||||
//go:embed pages/static/js/2.6c0ea491.chunk.js.map
|
||||
var Staticjs26c0ea491chunkjsmap []byte
|
||||
|
||||
//go:embed pages/static/js/main.cbc84cdc.chunk.js
|
||||
var Staticjsmaincbc84cdcchunkjs []byte
|
||||
//go:embed pages/static/js/main.87afdef1.chunk.js
|
||||
var Staticjsmain87afdef1chunkjs []byte
|
||||
|
||||
//go:embed pages/static/js/main.cbc84cdc.chunk.js.map
|
||||
var Staticjsmaincbc84cdcchunkjsmap []byte
|
||||
//go:embed pages/static/js/main.87afdef1.chunk.js.map
|
||||
var Staticjsmain87afdef1chunkjsmap []byte
|
||||
|
||||
//go:embed pages/static/js/runtime-main.33603a80.js
|
||||
var Staticjsruntimemain33603a80js []byte
|
||||
|
||||
Reference in New Issue
Block a user