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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -34,5 +34,3 @@ toolchains/
|
|||||||
/src/google.golang.org/
|
/src/google.golang.org/
|
||||||
/toolchain/
|
/toolchain/
|
||||||
/test/
|
/test/
|
||||||
# web static conent
|
|
||||||
server/web/pages/template
|
|
||||||
|
|||||||
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
@@ -0,0 +1,2 @@
|
|||||||
|
!function(e){function r(r){for(var n,l,f=r[0],i=r[1],a=r[2],c=0,s=[];c<f.length;c++)l=f[c],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n]);for(p&&p(r);s.length;)s.shift()();return u.push.apply(u,a||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,f=1;f<t.length;f++){var i=t[f];0!==o[i]&&(n=!1)}n&&(u.splice(r--,1),e=l(l.s=t[0]))}return e}var n={},o={1:0},u=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"===typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(r,"a",r),r},l.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},l.p="/";var f=this.webpackJsonptorrserver_web=this.webpackJsonptorrserver_web||[],i=f.push.bind(f);f.push=r,f=f.slice();for(var a=0;a<f.length;a++)r(f[a]);var p=i;t()}([]);
|
||||||
|
//# sourceMappingURL=runtime-main.33603a80.js.map
|
||||||
File diff suppressed because one or more lines are too long
@@ -81,12 +81,12 @@ func RouteWebPages(route *gin.RouterGroup) {
|
|||||||
c.Data(200, "application/json", Staticjs2937400aechunkjsmap)
|
c.Data(200, "application/json", Staticjs2937400aechunkjsmap)
|
||||||
})
|
})
|
||||||
|
|
||||||
route.GET("/static/js/main.f2cdf583.chunk.js", func(c *gin.Context) {
|
route.GET("/static/js/main.07647a59.chunk.js", func(c *gin.Context) {
|
||||||
c.Data(200, "application/javascript", Staticjsmainf2cdf583chunkjs)
|
c.Data(200, "application/javascript", Staticjsmain07647a59chunkjs)
|
||||||
})
|
})
|
||||||
|
|
||||||
route.GET("/static/js/main.f2cdf583.chunk.js.map", func(c *gin.Context) {
|
route.GET("/static/js/main.07647a59.chunk.js.map", func(c *gin.Context) {
|
||||||
c.Data(200, "application/json", Staticjsmainf2cdf583chunkjsmap)
|
c.Data(200, "application/json", Staticjsmain07647a59chunkjsmap)
|
||||||
})
|
})
|
||||||
|
|
||||||
route.GET("/static/js/runtime-main.33603a80.js", func(c *gin.Context) {
|
route.GET("/static/js/runtime-main.33603a80.js", func(c *gin.Context) {
|
||||||
|
|||||||
Reference in New Issue
Block a user