Skip to content

Commit

Permalink
fixed: loading issue on login
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Jun 25, 2024
1 parent 4a720bb commit 771f1e2
Show file tree
Hide file tree
Showing 26 changed files with 1,348 additions and 3,622 deletions.
10 changes: 2 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,15 @@
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width,initial-scale=1.0" name="viewport">
<link href="favicon.ico" rel="icon">
<!-- <link href="font-awesome.min.css" rel="stylesheet">-->
<title>Crawlab</title>
<link href="css/style.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/css/font-awesome.css" rel="stylesheet">

<link href="css/font-awesome.min.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<script type="application/javascript" src="js/vue3-sfc-loader.js"></script>
<script type="application/javascript" src="simplemde/simplemde.js"></script>
<script type="application/javascript" src="https://buttons.github.io/buttons.js" async></script>
<script src="https://cdn.jsdelivr.net/npm/vue@^3.2"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/vuex@^4.0.0-0"></script>
<script src="/node_modules/element-plus/dist/index.full.min.js"></script>
<script src="/node_modules/axios/dist/axios.min.js"></script>
<script type="application/javascript" src="js/login-canvas.js"></script>
<script type="application/javascript" src="js/login-canvas-three.js"></script>
</head>
<body>
<noscript>
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crawlab-ui",
"version": "0.6.3-12",
"version": "0.6.3-13",
"private": false,
"author": {
"name": "Marvin Zhang",
Expand All @@ -18,7 +18,6 @@
"src",
"typings",
"babel.config.js",
"vue.config.js",
"vite.config.js"
],
"typings": "typings/index.d.ts",
Expand Down
File renamed without changes.
9 changes: 9 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,12 @@
transform: rotate3d(1, 0, 0, 90deg);
}
}

#login-canvas {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: -1;
}
217 changes: 0 additions & 217 deletions public/index.html

This file was deleted.

Loading

0 comments on commit 771f1e2

Please sign in to comment.