Skip to content

Commit e283a16

Browse files
committed
update static web
1 parent f49f607 commit e283a16

File tree

11 files changed

+135
-33
lines changed

11 files changed

+135
-33
lines changed

server/web/pages/template/html.go

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -118,20 +118,20 @@ var Mstile150x150png []byte
118118
//go:embed pages/site.webmanifest
119119
var Sitewebmanifest []byte
120120

121-
//go:embed pages/static/js/2.15e75e72.chunk.js
122-
var Staticjs215e75e72chunkjs []byte
121+
//go:embed pages/static/js/2.8ba34ef5.chunk.js
122+
var Staticjs28ba34ef5chunkjs []byte
123123

124-
//go:embed pages/static/js/2.15e75e72.chunk.js.LICENSE.txt
125-
var Staticjs215e75e72chunkjsLICENSEtxt []byte
124+
//go:embed pages/static/js/2.8ba34ef5.chunk.js.LICENSE.txt
125+
var Staticjs28ba34ef5chunkjsLICENSEtxt []byte
126126

127-
//go:embed pages/static/js/2.15e75e72.chunk.js.map
128-
var Staticjs215e75e72chunkjsmap []byte
127+
//go:embed pages/static/js/2.8ba34ef5.chunk.js.map
128+
var Staticjs28ba34ef5chunkjsmap []byte
129129

130-
//go:embed pages/static/js/main.60265001.chunk.js
131-
var Staticjsmain60265001chunkjs []byte
130+
//go:embed pages/static/js/main.eb9f8ba6.chunk.js
131+
var Staticjsmaineb9f8ba6chunkjs []byte
132132

133-
//go:embed pages/static/js/main.60265001.chunk.js.map
134-
var Staticjsmain60265001chunkjsmap []byte
133+
//go:embed pages/static/js/main.eb9f8ba6.chunk.js.map
134+
var Staticjsmaineb9f8ba6chunkjsmap []byte
135135

136136
//go:embed pages/static/js/runtime-main.f542387e.js
137137
var Staticjsruntimemainf542387ejs []byte
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"files": {
3-
"main.js": "/static/js/main.60265001.chunk.js",
4-
"main.js.map": "/static/js/main.60265001.chunk.js.map",
3+
"main.js": "/static/js/main.eb9f8ba6.chunk.js",
4+
"main.js.map": "/static/js/main.eb9f8ba6.chunk.js.map",
55
"runtime-main.js": "/static/js/runtime-main.f542387e.js",
66
"runtime-main.js.map": "/static/js/runtime-main.f542387e.js.map",
7-
"static/js/2.15e75e72.chunk.js": "/static/js/2.15e75e72.chunk.js",
8-
"static/js/2.15e75e72.chunk.js.map": "/static/js/2.15e75e72.chunk.js.map",
7+
"static/js/2.8ba34ef5.chunk.js": "/static/js/2.8ba34ef5.chunk.js",
8+
"static/js/2.8ba34ef5.chunk.js.map": "/static/js/2.8ba34ef5.chunk.js.map",
99
"index.html": "/index.html",
10-
"static/js/2.15e75e72.chunk.js.LICENSE.txt": "/static/js/2.15e75e72.chunk.js.LICENSE.txt"
10+
"static/js/2.8ba34ef5.chunk.js.LICENSE.txt": "/static/js/2.8ba34ef5.chunk.js.LICENSE.txt"
1111
},
1212
"entrypoints": [
1313
"static/js/runtime-main.f542387e.js",
14-
"static/js/2.15e75e72.chunk.js",
15-
"static/js/main.60265001.chunk.js"
14+
"static/js/2.8ba34ef5.chunk.js",
15+
"static/js/main.eb9f8ba6.chunk.js"
1616
]
1717
}

server/web/pages/template/pages/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

server/web/pages/template/pages/static/js/2.8ba34ef5.chunk.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
* The buffer module from node.js, for the browser.
9+
*
10+
* @author Feross Aboukhadijeh <http://feross.org>
11+
* @license MIT
12+
*/
13+
14+
/*! blob-to-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
15+
16+
/*! https://mths.be/punycode v1.4.1 by @mathias */
17+
18+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
19+
20+
/*! magnet-uri. MIT License. WebTorrent LLC <https://webtorrent.io/opensource> */
21+
22+
/*! parse-torrent. MIT License. WebTorrent LLC <https://webtorrent.io/opensource> */
23+
24+
/*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
25+
26+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
27+
28+
/*! simple-concat. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
29+
30+
/*! simple-get. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
31+
32+
/**
33+
* A better abstraction over CSS.
34+
*
35+
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
36+
* @website https://github.com/cssinjs/jss
37+
* @license MIT
38+
*/
39+
40+
/** @license React v0.20.2
41+
* scheduler.production.min.js
42+
*
43+
* Copyright (c) Facebook, Inc. and its affiliates.
44+
*
45+
* This source code is licensed under the MIT license found in the
46+
* LICENSE file in the root directory of this source tree.
47+
*/
48+
49+
/** @license React v16.13.1
50+
* react-is.production.min.js
51+
*
52+
* Copyright (c) Facebook, Inc. and its affiliates.
53+
*
54+
* This source code is licensed under the MIT license found in the
55+
* LICENSE file in the root directory of this source tree.
56+
*/
57+
58+
/** @license React v17.0.2
59+
* react-dom.production.min.js
60+
*
61+
* Copyright (c) Facebook, Inc. and its affiliates.
62+
*
63+
* This source code is licensed under the MIT license found in the
64+
* LICENSE file in the root directory of this source tree.
65+
*/
66+
67+
/** @license React v17.0.2
68+
* react-is.production.min.js
69+
*
70+
* Copyright (c) Facebook, Inc. and its affiliates.
71+
*
72+
* This source code is licensed under the MIT license found in the
73+
* LICENSE file in the root directory of this source tree.
74+
*/
75+
76+
/** @license React v17.0.2
77+
* react-jsx-runtime.production.min.js
78+
*
79+
* Copyright (c) Facebook, Inc. and its affiliates.
80+
*
81+
* This source code is licensed under the MIT license found in the
82+
* LICENSE file in the root directory of this source tree.
83+
*/
84+
85+
/** @license React v17.0.2
86+
* react.production.min.js
87+
*
88+
* Copyright (c) Facebook, Inc. and its affiliates.
89+
*
90+
* This source code is licensed under the MIT license found in the
91+
* LICENSE file in the root directory of this source tree.
92+
*/

server/web/pages/template/pages/static/js/2.8ba34ef5.chunk.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/web/pages/template/pages/static/js/main.eb9f8ba6.chunk.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/web/pages/template/pages/static/js/main.eb9f8ba6.chunk.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/web/pages/template/pages/static/js/runtime-main.f542387e.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/web/pages/template/pages/static/js/runtime-main.f542387e.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)