add.[ALL]
This commit is contained in:
parent
5ac24c8cea
commit
780ad9a200
54 changed files with 3733 additions and 0 deletions
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
Binary file not shown.
Binary file not shown.
11
.resources/app/app_bootstrap/splash/index.html
Normal file
11
.resources/app/app_bootstrap/splash/index.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Discord Updater</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="splash-mount"></div>
|
||||
<script src="index.js"></script>
|
||||
</body>
|
||||
</html>
|
44
.resources/app/app_bootstrap/splash/index.js
Normal file
44
.resources/app/app_bootstrap/splash/index.js
Normal file
File diff suppressed because one or more lines are too long
6
.resources/app/app_bootstrap/splash/variables.json
Normal file
6
.resources/app/app_bootstrap/splash/variables.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"width": "300px",
|
||||
"height": "300px",
|
||||
"inDuration": 700,
|
||||
"outDuration": 333
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue