mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
update static web
This commit is contained in:
@@ -4,9 +4,6 @@ import (
|
|||||||
_ "embed"
|
_ "embed"
|
||||||
)
|
)
|
||||||
|
|
||||||
//go:embed pages/apple-icon-180.png
|
|
||||||
var Appleicon180png []byte
|
|
||||||
|
|
||||||
//go:embed pages/apple-splash-1125-2436.jpg
|
//go:embed pages/apple-splash-1125-2436.jpg
|
||||||
var Applesplash11252436jpg []byte
|
var Applesplash11252436jpg []byte
|
||||||
|
|
||||||
@@ -85,6 +82,9 @@ var Applesplash7501334jpg []byte
|
|||||||
//go:embed pages/apple-splash-828-1792.jpg
|
//go:embed pages/apple-splash-828-1792.jpg
|
||||||
var Applesplash8281792jpg []byte
|
var Applesplash8281792jpg []byte
|
||||||
|
|
||||||
|
//go:embed pages/apple-touch-icon.png
|
||||||
|
var Appletouchiconpng []byte
|
||||||
|
|
||||||
//go:embed pages/asset-manifest.json
|
//go:embed pages/asset-manifest.json
|
||||||
var Assetmanifestjson []byte
|
var Assetmanifestjson []byte
|
||||||
|
|
||||||
@@ -97,8 +97,11 @@ var Dlnaicon120png []byte
|
|||||||
//go:embed pages/dlnaicon-48.png
|
//go:embed pages/dlnaicon-48.png
|
||||||
var Dlnaicon48png []byte
|
var Dlnaicon48png []byte
|
||||||
|
|
||||||
//go:embed pages/favicon-196.png
|
//go:embed pages/favicon-16x16.png
|
||||||
var Favicon196png []byte
|
var Favicon16x16png []byte
|
||||||
|
|
||||||
|
//go:embed pages/favicon-32x32.png
|
||||||
|
var Favicon32x32png []byte
|
||||||
|
|
||||||
//go:embed pages/index.html
|
//go:embed pages/index.html
|
||||||
var Indexhtml []byte
|
var Indexhtml []byte
|
||||||
@@ -115,20 +118,20 @@ var Manifesticon512maskablepng []byte
|
|||||||
//go:embed pages/site.webmanifest
|
//go:embed pages/site.webmanifest
|
||||||
var Sitewebmanifest []byte
|
var Sitewebmanifest []byte
|
||||||
|
|
||||||
//go:embed pages/static/js/2.b5e598b9.chunk.js
|
//go:embed pages/static/js/2.3fb2b3da.chunk.js
|
||||||
var Staticjs2b5e598b9chunkjs []byte
|
var Staticjs23fb2b3dachunkjs []byte
|
||||||
|
|
||||||
//go:embed pages/static/js/2.b5e598b9.chunk.js.LICENSE.txt
|
//go:embed pages/static/js/2.3fb2b3da.chunk.js.LICENSE.txt
|
||||||
var Staticjs2b5e598b9chunkjsLICENSEtxt []byte
|
var Staticjs23fb2b3dachunkjsLICENSEtxt []byte
|
||||||
|
|
||||||
//go:embed pages/static/js/2.b5e598b9.chunk.js.map
|
//go:embed pages/static/js/2.3fb2b3da.chunk.js.map
|
||||||
var Staticjs2b5e598b9chunkjsmap []byte
|
var Staticjs23fb2b3dachunkjsmap []byte
|
||||||
|
|
||||||
//go:embed pages/static/js/main.7a603c10.chunk.js
|
//go:embed pages/static/js/main.d3c82667.chunk.js
|
||||||
var Staticjsmain7a603c10chunkjs []byte
|
var Staticjsmaind3c82667chunkjs []byte
|
||||||
|
|
||||||
//go:embed pages/static/js/main.7a603c10.chunk.js.map
|
//go:embed pages/static/js/main.d3c82667.chunk.js.map
|
||||||
var Staticjsmain7a603c10chunkjsmap []byte
|
var Staticjsmaind3c82667chunkjsmap []byte
|
||||||
|
|
||||||
//go:embed pages/static/js/runtime-main.40b0cc71.js
|
//go:embed pages/static/js/runtime-main.40b0cc71.js
|
||||||
var Staticjsruntimemain40b0cc71js []byte
|
var Staticjsruntimemain40b0cc71js []byte
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB |
BIN
server/web/pages/template/pages/apple-touch-icon.png
Normal file
BIN
server/web/pages/template/pages/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
@@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"files": {
|
"files": {
|
||||||
"main.js": "/static/js/main.7a603c10.chunk.js",
|
"main.js": "/static/js/main.d3c82667.chunk.js",
|
||||||
"main.js.map": "/static/js/main.7a603c10.chunk.js.map",
|
"main.js.map": "/static/js/main.d3c82667.chunk.js.map",
|
||||||
"runtime-main.js": "/static/js/runtime-main.40b0cc71.js",
|
"runtime-main.js": "/static/js/runtime-main.40b0cc71.js",
|
||||||
"runtime-main.js.map": "/static/js/runtime-main.40b0cc71.js.map",
|
"runtime-main.js.map": "/static/js/runtime-main.40b0cc71.js.map",
|
||||||
"static/js/2.b5e598b9.chunk.js": "/static/js/2.b5e598b9.chunk.js",
|
"static/js/2.3fb2b3da.chunk.js": "/static/js/2.3fb2b3da.chunk.js",
|
||||||
"static/js/2.b5e598b9.chunk.js.map": "/static/js/2.b5e598b9.chunk.js.map",
|
"static/js/2.3fb2b3da.chunk.js.map": "/static/js/2.3fb2b3da.chunk.js.map",
|
||||||
"index.html": "/index.html",
|
"index.html": "/index.html",
|
||||||
"static/js/2.b5e598b9.chunk.js.LICENSE.txt": "/static/js/2.b5e598b9.chunk.js.LICENSE.txt"
|
"static/js/2.3fb2b3da.chunk.js.LICENSE.txt": "/static/js/2.3fb2b3da.chunk.js.LICENSE.txt"
|
||||||
},
|
},
|
||||||
"entrypoints": [
|
"entrypoints": [
|
||||||
"static/js/runtime-main.40b0cc71.js",
|
"static/js/runtime-main.40b0cc71.js",
|
||||||
"static/js/2.b5e598b9.chunk.js",
|
"static/js/2.3fb2b3da.chunk.js",
|
||||||
"static/js/main.7a603c10.chunk.js"
|
"static/js/main.d3c82667.chunk.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
BIN
server/web/pages/template/pages/favicon-16x16.png
Normal file
BIN
server/web/pages/template/pages/favicon-16x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 824 B |
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB |
BIN
server/web/pages/template/pages/favicon-32x32.png
Normal file
BIN
server/web/pages/template/pages/favicon-32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -9,10 +9,6 @@ func RouteWebPages(route *gin.RouterGroup) {
|
|||||||
c.Data(200, "text/html; charset=utf-8", Indexhtml)
|
c.Data(200, "text/html; charset=utf-8", Indexhtml)
|
||||||
})
|
})
|
||||||
|
|
||||||
route.GET("/apple-icon-180.png", func(c *gin.Context) {
|
|
||||||
c.Data(200, "image/png", Appleicon180png)
|
|
||||||
})
|
|
||||||
|
|
||||||
route.GET("/apple-splash-1125-2436.jpg", func(c *gin.Context) {
|
route.GET("/apple-splash-1125-2436.jpg", func(c *gin.Context) {
|
||||||
c.Data(200, "image/jpeg", Applesplash11252436jpg)
|
c.Data(200, "image/jpeg", Applesplash11252436jpg)
|
||||||
})
|
})
|
||||||
@@ -117,6 +113,10 @@ func RouteWebPages(route *gin.RouterGroup) {
|
|||||||
c.Data(200, "image/jpeg", Applesplash8281792jpg)
|
c.Data(200, "image/jpeg", Applesplash8281792jpg)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
route.GET("/apple-touch-icon.png", func(c *gin.Context) {
|
||||||
|
c.Data(200, "image/png", Appletouchiconpng)
|
||||||
|
})
|
||||||
|
|
||||||
route.GET("/asset-manifest.json", func(c *gin.Context) {
|
route.GET("/asset-manifest.json", func(c *gin.Context) {
|
||||||
c.Data(200, "application/json", Assetmanifestjson)
|
c.Data(200, "application/json", Assetmanifestjson)
|
||||||
})
|
})
|
||||||
@@ -133,8 +133,12 @@ func RouteWebPages(route *gin.RouterGroup) {
|
|||||||
c.Data(200, "image/png", Dlnaicon48png)
|
c.Data(200, "image/png", Dlnaicon48png)
|
||||||
})
|
})
|
||||||
|
|
||||||
route.GET("/favicon-196.png", func(c *gin.Context) {
|
route.GET("/favicon-16x16.png", func(c *gin.Context) {
|
||||||
c.Data(200, "image/png", Favicon196png)
|
c.Data(200, "image/png", Favicon16x16png)
|
||||||
|
})
|
||||||
|
|
||||||
|
route.GET("/favicon-32x32.png", func(c *gin.Context) {
|
||||||
|
c.Data(200, "image/png", Favicon32x32png)
|
||||||
})
|
})
|
||||||
|
|
||||||
route.GET("/index.html", func(c *gin.Context) {
|
route.GET("/index.html", func(c *gin.Context) {
|
||||||
@@ -157,24 +161,24 @@ func RouteWebPages(route *gin.RouterGroup) {
|
|||||||
c.Data(200, "application/manifest+json", Sitewebmanifest)
|
c.Data(200, "application/manifest+json", Sitewebmanifest)
|
||||||
})
|
})
|
||||||
|
|
||||||
route.GET("/static/js/2.b5e598b9.chunk.js", func(c *gin.Context) {
|
route.GET("/static/js/2.3fb2b3da.chunk.js", func(c *gin.Context) {
|
||||||
c.Data(200, "application/javascript; charset=utf-8", Staticjs2b5e598b9chunkjs)
|
c.Data(200, "application/javascript; charset=utf-8", Staticjs23fb2b3dachunkjs)
|
||||||
})
|
})
|
||||||
|
|
||||||
route.GET("/static/js/2.b5e598b9.chunk.js.LICENSE.txt", func(c *gin.Context) {
|
route.GET("/static/js/2.3fb2b3da.chunk.js.LICENSE.txt", func(c *gin.Context) {
|
||||||
c.Data(200, "text/plain; charset=utf-8", Staticjs2b5e598b9chunkjsLICENSEtxt)
|
c.Data(200, "text/plain; charset=utf-8", Staticjs23fb2b3dachunkjsLICENSEtxt)
|
||||||
})
|
})
|
||||||
|
|
||||||
route.GET("/static/js/2.b5e598b9.chunk.js.map", func(c *gin.Context) {
|
route.GET("/static/js/2.3fb2b3da.chunk.js.map", func(c *gin.Context) {
|
||||||
c.Data(200, "application/json", Staticjs2b5e598b9chunkjsmap)
|
c.Data(200, "application/json", Staticjs23fb2b3dachunkjsmap)
|
||||||
})
|
})
|
||||||
|
|
||||||
route.GET("/static/js/main.7a603c10.chunk.js", func(c *gin.Context) {
|
route.GET("/static/js/main.d3c82667.chunk.js", func(c *gin.Context) {
|
||||||
c.Data(200, "application/javascript; charset=utf-8", Staticjsmain7a603c10chunkjs)
|
c.Data(200, "application/javascript; charset=utf-8", Staticjsmaind3c82667chunkjs)
|
||||||
})
|
})
|
||||||
|
|
||||||
route.GET("/static/js/main.7a603c10.chunk.js.map", func(c *gin.Context) {
|
route.GET("/static/js/main.d3c82667.chunk.js.map", func(c *gin.Context) {
|
||||||
c.Data(200, "application/json", Staticjsmain7a603c10chunkjsmap)
|
c.Data(200, "application/json", Staticjsmaind3c82667chunkjsmap)
|
||||||
})
|
})
|
||||||
|
|
||||||
route.GET("/static/js/runtime-main.40b0cc71.js", func(c *gin.Context) {
|
route.GET("/static/js/runtime-main.40b0cc71.js", func(c *gin.Context) {
|
||||||
|
|||||||
Reference in New Issue
Block a user