mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-17 06:39:25 +08:00
Updates
This commit is contained in:
parent
a50849bde7
commit
83b97b7160
7 changed files with 21 additions and 8 deletions
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"files": {
|
||||
"main.css": "/Ivy/static/css/main.e6c13ad2.css",
|
||||
"main.js": "/Ivy/static/js/main.bc394fb2.js",
|
||||
"main.js": "/Ivy/static/js/main.4dae6e66.js",
|
||||
"static/js/787.bda830c9.chunk.js": "/Ivy/static/js/787.bda830c9.chunk.js",
|
||||
"index.html": "/Ivy/index.html",
|
||||
"main.e6c13ad2.css.map": "/Ivy/static/css/main.e6c13ad2.css.map",
|
||||
"main.bc394fb2.js.map": "/Ivy/static/js/main.bc394fb2.js.map",
|
||||
"main.4dae6e66.js.map": "/Ivy/static/js/main.4dae6e66.js.map",
|
||||
"787.bda830c9.chunk.js.map": "/Ivy/static/js/787.bda830c9.chunk.js.map"
|
||||
},
|
||||
"entrypoints": [
|
||||
"static/css/main.e6c13ad2.css",
|
||||
"static/js/main.bc394fb2.js"
|
||||
"static/js/main.4dae6e66.js"
|
||||
]
|
||||
}
|
|
@ -1 +1 @@
|
|||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/Ivy/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/Ivy/logo192.png"/><link rel="manifest" href="/Ivy/manifest.json"/><title>React App</title><script defer="defer" src="/Ivy/static/js/main.bc394fb2.js"></script><link href="/Ivy/static/css/main.e6c13ad2.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
||||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/Ivy/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/Ivy/logo192.png"/><link rel="manifest" href="/Ivy/manifest.json"/><title>React App</title><script defer="defer" src="/Ivy/static/js/main.4dae6e66.js"></script><link href="/Ivy/static/css/main.e6c13ad2.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
3
static/js/main.4dae6e66.js
Normal file
3
static/js/main.4dae6e66.js
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,3 +1,14 @@
|
|||
/*! Moment Duration Format v2.2.2
|
||||
* https://github.com/jsmreese/moment-duration-format
|
||||
* Date: 2018-02-16
|
||||
*
|
||||
* Duration format plugin function for the Moment.js library
|
||||
* http://momentjs.com/
|
||||
*
|
||||
* Copyright 2018 John Madhavan-Reese
|
||||
* Released under the MIT license
|
||||
*/
|
||||
|
||||
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
||||
|
||||
/**
|
||||
|
@ -119,3 +130,5 @@
|
|||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
//! moment.js
|
1
static/js/main.4dae6e66.js.map
Normal file
1
static/js/main.4dae6e66.js.map
Normal file
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
Loading…
Reference in a new issue