yanglinshu commited on
Commit
ba24ec0
1 Parent(s): e287291

Fix according to the capitalist

Browse files
asset-manifest.json CHANGED
@@ -1,15 +1,15 @@
1
  {
2
  "files": {
3
  "main.css": "/static/css/main.c638cbcc.css",
4
- "main.js": "/static/js/main.2966234b.js",
5
  "static/media/background.png": "/static/media/background.96fec85f8e4b2d4e351d.png",
6
  "static/media/deemos.png": "/static/media/deemos.685b411a43a5536d3dd5.png",
7
  "index.html": "/index.html",
8
  "main.c638cbcc.css.map": "/static/css/main.c638cbcc.css.map",
9
- "main.2966234b.js.map": "/static/js/main.2966234b.js.map"
10
  },
11
  "entrypoints": [
12
  "static/css/main.c638cbcc.css",
13
- "static/js/main.2966234b.js"
14
  ]
15
  }
 
1
  {
2
  "files": {
3
  "main.css": "/static/css/main.c638cbcc.css",
4
+ "main.js": "/static/js/main.7e2a9dc1.js",
5
  "static/media/background.png": "/static/media/background.96fec85f8e4b2d4e351d.png",
6
  "static/media/deemos.png": "/static/media/deemos.685b411a43a5536d3dd5.png",
7
  "index.html": "/index.html",
8
  "main.c638cbcc.css.map": "/static/css/main.c638cbcc.css.map",
9
+ "main.7e2a9dc1.js.map": "/static/js/main.7e2a9dc1.js.map"
10
  },
11
  "entrypoints": [
12
  "static/css/main.c638cbcc.css",
13
+ "static/js/main.7e2a9dc1.js"
14
  ]
15
  }
index.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="DreamFace"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>DreamFace</title><script defer="defer" src="/static/js/main.2966234b.js"></script><link href="/static/css/main.c638cbcc.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
 
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="DreamFace"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>DreamFace</title><script defer="defer" src="/static/js/main.7e2a9dc1.js"></script><link href="/static/css/main.c638cbcc.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
static/js/main.7e2a9dc1.js ADDED
The diff for this file is too large to render. See raw diff
 
static/js/main.7e2a9dc1.js.LICENSE.txt ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * html2canvas 1.4.1 <https://html2canvas.hertzen.com>
3
+ * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
4
+ * Released under MIT License
5
+ */
6
+
7
+ /*! *****************************************************************************
8
+ Copyright (c) Microsoft Corporation.
9
+ Permission to use, copy, modify, and/or distribute this software for any
10
+ purpose with or without fee is hereby granted.
11
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
12
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
14
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
16
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17
+ PERFORMANCE OF THIS SOFTWARE.
18
+ ***************************************************************************** */
19
+
20
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
21
+
22
+ /**
23
+ * @license
24
+ * Copyright 2010-2023 Three.js Authors
25
+ * SPDX-License-Identifier: MIT
26
+ */
27
+
28
+ /**
29
+ * @license React
30
+ * react-dom.production.min.js
31
+ *
32
+ * Copyright (c) Facebook, Inc. and its affiliates.
33
+ *
34
+ * This source code is licensed under the MIT license found in the
35
+ * LICENSE file in the root directory of this source tree.
36
+ */
37
+
38
+ /**
39
+ * @license React
40
+ * react-jsx-runtime.production.min.js
41
+ *
42
+ * Copyright (c) Facebook, Inc. and its affiliates.
43
+ *
44
+ * This source code is licensed under the MIT license found in the
45
+ * LICENSE file in the root directory of this source tree.
46
+ */
47
+
48
+ /**
49
+ * @license React
50
+ * react.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
+ /**
59
+ * @license React
60
+ * scheduler.production.min.js
61
+ *
62
+ * Copyright (c) Facebook, Inc. and its affiliates.
63
+ *
64
+ * This source code is licensed under the MIT license found in the
65
+ * LICENSE file in the root directory of this source tree.
66
+ */
67
+
68
+ /**
69
+ * @remix-run/router v1.3.2
70
+ *
71
+ * Copyright (c) Remix Software Inc.
72
+ *
73
+ * This source code is licensed under the MIT license found in the
74
+ * LICENSE.md file in the root directory of this source tree.
75
+ *
76
+ * @license MIT
77
+ */
78
+
79
+ /**
80
+ * React Router DOM v6.8.1
81
+ *
82
+ * Copyright (c) Remix Software Inc.
83
+ *
84
+ * This source code is licensed under the MIT license found in the
85
+ * LICENSE.md file in the root directory of this source tree.
86
+ *
87
+ * @license MIT
88
+ */
89
+
90
+ /**
91
+ * React Router v6.8.1
92
+ *
93
+ * Copyright (c) Remix Software Inc.
94
+ *
95
+ * This source code is licensed under the MIT license found in the
96
+ * LICENSE.md file in the root directory of this source tree.
97
+ *
98
+ * @license MIT
99
+ */
static/js/main.7e2a9dc1.js.map ADDED
The diff for this file is too large to render. See raw diff