mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-22 15:20:09 +01:00
Let's try ElectronJS
This commit is contained in:
parent
fd3fc66bfc
commit
2f90ab15dc
1
src/static/app/.gitignore
vendored
1
src/static/app/.gitignore
vendored
@ -28,4 +28,3 @@ coverage
|
|||||||
|
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
.vite/*
|
.vite/*
|
||||||
electron
|
|
BIN
src/static/app/electron/assets/bootstrap-icons.woff
Normal file
BIN
src/static/app/electron/assets/bootstrap-icons.woff
Normal file
Binary file not shown.
BIN
src/static/app/electron/assets/bootstrap-icons.woff2
Normal file
BIN
src/static/app/electron/assets/bootstrap-icons.woff2
Normal file
Binary file not shown.
15
src/static/app/electron/assets/index.css
Normal file
15
src/static/app/electron/assets/index.css
Normal file
File diff suppressed because one or more lines are too long
68
src/static/app/electron/assets/index.js
Normal file
68
src/static/app/electron/assets/index.js
Normal file
File diff suppressed because one or more lines are too long
BIN
src/static/app/electron/favicon.png
Normal file
BIN
src/static/app/electron/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 180 KiB |
14
src/static/app/electron/index.html
Normal file
14
src/static/app/electron/index.html
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<link rel="icon" href="./favicon.png">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>WGDashboard</title>
|
||||||
|
<script type="module" crossorigin src="./assets/index.js"></script>
|
||||||
|
<link rel="stylesheet" crossorigin href="./assets/index.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="app" class="w-100 vh-100"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user