node configure增改接近完成,删除后端还没做
BIN
public/icon.ico
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
public/image/baidu-pan-logo.png
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
6
public/image/loading/loading-spin.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32" fill="white">
|
||||
<path opacity=".25" d="M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4"/>
|
||||
<path d="M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z">
|
||||
<animateTransform attributeName="transform" type="rotate" from="0 16 16" to="360 16 16" dur="0.8s" repeatCount="indefinite" />
|
||||
</path>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 422 B |
BIN
public/image/theme/chester/logo/all.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
public/image/theme/chester/logo/icon-only.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
public/image/theme/chester/preview@2x.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
public/image/theme/d2/logo/all.png
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
public/image/theme/d2/logo/icon-only.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
public/image/theme/d2/preview@2x.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
public/image/theme/element/logo/all.png
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
public/image/theme/element/logo/icon-only.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
public/image/theme/element/preview@2x.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
public/image/theme/line/bg.jpg
Normal file
|
After Width: | Height: | Size: 86 KiB |
BIN
public/image/theme/line/logo/all.png
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
public/image/theme/line/logo/icon-only.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
public/image/theme/line/preview@2x.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/image/theme/star/bg.jpg
Normal file
|
After Width: | Height: | Size: 359 KiB |
BIN
public/image/theme/star/logo/all.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
public/image/theme/star/logo/icon-only.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
public/image/theme/star/preview@2x.png
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
public/image/theme/tomorrow-night-blue/logo/all.png
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
public/image/theme/tomorrow-night-blue/logo/icon-only.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
public/image/theme/tomorrow-night-blue/preview@2x.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
public/image/theme/violet/logo/all.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
public/image/theme/violet/logo/icon-only.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
public/image/theme/violet/preview@2x.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
44
public/index.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="<%= BASE_URL %>icon.ico">
|
||||
|
||||
<title><%= VUE_APP_TITLE %></title>
|
||||
<style>
|
||||
html, body, #app { height: 100%; margin: 0px; padding: 0px; width: 100%; }
|
||||
.d2-home { background-color: #303133; height: 100%; display: flex; flex-direction: column; }
|
||||
.d2-home__main { user-select: none; width: 100%; flex-grow: 1; display: flex; justify-content: center; align-items: center; flex-direction: column; }
|
||||
.d2-home__footer { width: 100%; flex-grow: 0; text-align: center; padding: 1em 0; }
|
||||
.d2-home__footer > a { font-size: 12px; color: #ABABAB; text-decoration: none; }
|
||||
.d2-home__loading { height: 32px; width: 32px; margin-bottom: 20px; }
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>
|
||||
Sorry, D2Admin will not work properly without JavaScript support. Enable JavaScript for browsers and continue.
|
||||
</strong>
|
||||
</noscript>
|
||||
<div id="app">
|
||||
<div class="d2-home">
|
||||
<div class="d2-home__main">
|
||||
<img
|
||||
class="d2-home__loading"
|
||||
src="./image/loading/loading-spin.svg"
|
||||
alt="loading">
|
||||
</div>
|
||||
<div class="d2-home__footer">
|
||||
<a
|
||||
href="https://github.com/d2-projects/d2-admin"
|
||||
target="_blank">
|
||||
https://github.com/d2-projects/d2-admin
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||