mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-17 04:43:02 +00:00
前端页面优化
This commit is contained in:
@@ -1,170 +1,166 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="zh-CN">
|
<html lang="zh-cn">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<title>Netdisk fast download</title>
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
<meta name="keywords"
|
<title>Netdisk fast download</title>
|
||||||
content="">
|
<meta name="keywords"
|
||||||
<meta name="description"
|
content="Netdisk fast download,网盘直链解析工具">
|
||||||
content="">
|
<meta name="description"
|
||||||
<style>
|
content="Netdisk fast download 网盘直链解析工具">
|
||||||
.page-loading-wrap {
|
|
||||||
padding: 120px;
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
|
|
||||||
.la-timer,
|
<style>
|
||||||
.la-timer>div {
|
.page-loading-wrap {
|
||||||
position: relative;
|
padding: 120px;
|
||||||
-webkit-box-sizing: border-box;
|
display: flex;
|
||||||
-moz-box-sizing: border-box;
|
justify-content: center;
|
||||||
box-sizing: border-box;
|
align-items: center;
|
||||||
}
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
.la-timer {
|
.la-timer,
|
||||||
display: block;
|
.la-timer>div {
|
||||||
font-size: 0;
|
position: relative;
|
||||||
color: #fff;
|
-webkit-box-sizing: border-box;
|
||||||
}
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
.la-timer.la-dark {
|
.la-timer {
|
||||||
color: #333;
|
display: block;
|
||||||
}
|
font-size: 0;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.la-timer>div {
|
.la-timer.la-dark {
|
||||||
display: inline-block;
|
color: #333;
|
||||||
float: none;
|
}
|
||||||
background-color: currentColor;
|
|
||||||
border: 0 solid currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.la-timer {
|
.la-timer>div {
|
||||||
width: 32px;
|
display: inline-block;
|
||||||
height: 32px;
|
float: none;
|
||||||
}
|
background-color: currentColor;
|
||||||
|
border: 0 solid currentColor;
|
||||||
|
}
|
||||||
|
|
||||||
.la-timer>div {
|
.la-timer {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
background: transparent;
|
}
|
||||||
border-width: 2px;
|
|
||||||
border-radius: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.la-timer>div:before,
|
.la-timer>div {
|
||||||
.la-timer>div:after {
|
width: 32px;
|
||||||
position: absolute;
|
height: 32px;
|
||||||
top: 14px;
|
background: transparent;
|
||||||
left: 14px;
|
border-width: 2px;
|
||||||
display: block;
|
border-radius: 100%;
|
||||||
width: 2px;
|
}
|
||||||
margin-top: -1px;
|
|
||||||
margin-left: -1px;
|
|
||||||
content: "";
|
|
||||||
background: currentColor;
|
|
||||||
border-radius: 2px;
|
|
||||||
-webkit-transform-origin: 1px 1px 0;
|
|
||||||
-moz-transform-origin: 1px 1px 0;
|
|
||||||
-ms-transform-origin: 1px 1px 0;
|
|
||||||
-o-transform-origin: 1px 1px 0;
|
|
||||||
transform-origin: 1px 1px 0;
|
|
||||||
-webkit-animation: timer-loader 1250ms infinite linear;
|
|
||||||
-moz-animation: timer-loader 1250ms infinite linear;
|
|
||||||
-o-animation: timer-loader 1250ms infinite linear;
|
|
||||||
animation: timer-loader 1250ms infinite linear;
|
|
||||||
-webkit-animation-delay: -625ms;
|
|
||||||
-moz-animation-delay: -625ms;
|
|
||||||
-o-animation-delay: -625ms;
|
|
||||||
animation-delay: -625ms;
|
|
||||||
}
|
|
||||||
|
|
||||||
.la-timer>div:before {
|
.la-timer>div:before,
|
||||||
height: 12px;
|
.la-timer>div:after {
|
||||||
}
|
position: absolute;
|
||||||
|
top: 14px;
|
||||||
|
left: 14px;
|
||||||
|
display: block;
|
||||||
|
width: 2px;
|
||||||
|
margin-top: -1px;
|
||||||
|
margin-left: -1px;
|
||||||
|
content: "";
|
||||||
|
background: currentColor;
|
||||||
|
border-radius: 2px;
|
||||||
|
-webkit-transform-origin: 1px 1px 0;
|
||||||
|
-moz-transform-origin: 1px 1px 0;
|
||||||
|
-ms-transform-origin: 1px 1px 0;
|
||||||
|
-o-transform-origin: 1px 1px 0;
|
||||||
|
transform-origin: 1px 1px 0;
|
||||||
|
-webkit-animation: timer-loader 1250ms infinite linear;
|
||||||
|
-moz-animation: timer-loader 1250ms infinite linear;
|
||||||
|
-o-animation: timer-loader 1250ms infinite linear;
|
||||||
|
animation: timer-loader 1250ms infinite linear;
|
||||||
|
-webkit-animation-delay: -625ms;
|
||||||
|
-moz-animation-delay: -625ms;
|
||||||
|
-o-animation-delay: -625ms;
|
||||||
|
animation-delay: -625ms;
|
||||||
|
}
|
||||||
|
|
||||||
.la-timer>div:after {
|
.la-timer>div:before {
|
||||||
height: 8px;
|
height: 12px;
|
||||||
-webkit-animation-duration: 15s;
|
}
|
||||||
-moz-animation-duration: 15s;
|
|
||||||
-o-animation-duration: 15s;
|
|
||||||
animation-duration: 15s;
|
|
||||||
-webkit-animation-delay: -7.5s;
|
|
||||||
-moz-animation-delay: -7.5s;
|
|
||||||
-o-animation-delay: -7.5s;
|
|
||||||
animation-delay: -7.5s;
|
|
||||||
}
|
|
||||||
|
|
||||||
@-webkit-keyframes timer-loader {
|
.la-timer>div:after {
|
||||||
0% {
|
height: 8px;
|
||||||
-webkit-transform: rotate(0deg);
|
-webkit-animation-duration: 15s;
|
||||||
transform: rotate(0deg);
|
-moz-animation-duration: 15s;
|
||||||
}
|
-o-animation-duration: 15s;
|
||||||
|
animation-duration: 15s;
|
||||||
|
-webkit-animation-delay: -7.5s;
|
||||||
|
-moz-animation-delay: -7.5s;
|
||||||
|
-o-animation-delay: -7.5s;
|
||||||
|
animation-delay: -7.5s;
|
||||||
|
}
|
||||||
|
|
||||||
100% {
|
@-webkit-keyframes timer-loader {
|
||||||
-webkit-transform: rotate(360deg);
|
0% {
|
||||||
transform: rotate(360deg);
|
-webkit-transform: rotate(0deg);
|
||||||
}
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
@-moz-keyframes timer-loader {
|
100% {
|
||||||
0% {
|
-webkit-transform: rotate(360deg);
|
||||||
-moz-transform: rotate(0deg);
|
transform: rotate(360deg);
|
||||||
transform: rotate(0deg);
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
100% {
|
@-moz-keyframes timer-loader {
|
||||||
-moz-transform: rotate(360deg);
|
0% {
|
||||||
transform: rotate(360deg);
|
-moz-transform: rotate(0deg);
|
||||||
}
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
@-o-keyframes timer-loader {
|
100% {
|
||||||
0% {
|
-moz-transform: rotate(360deg);
|
||||||
-o-transform: rotate(0deg);
|
transform: rotate(360deg);
|
||||||
transform: rotate(0deg);
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
100% {
|
@-o-keyframes timer-loader {
|
||||||
-o-transform: rotate(360deg);
|
0% {
|
||||||
transform: rotate(360deg);
|
-o-transform: rotate(0deg);
|
||||||
}
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes timer-loader {
|
100% {
|
||||||
0% {
|
-o-transform: rotate(360deg);
|
||||||
-webkit-transform: rotate(0deg);
|
transform: rotate(360deg);
|
||||||
-moz-transform: rotate(0deg);
|
}
|
||||||
-o-transform: rotate(0deg);
|
}
|
||||||
transform: rotate(0deg);
|
|
||||||
}
|
|
||||||
|
|
||||||
100% {
|
@keyframes timer-loader {
|
||||||
-webkit-transform: rotate(360deg);
|
0% {
|
||||||
-moz-transform: rotate(360deg);
|
-webkit-transform: rotate(0deg);
|
||||||
-o-transform: rotate(360deg);
|
-moz-transform: rotate(0deg);
|
||||||
transform: rotate(360deg);
|
-o-transform: rotate(0deg);
|
||||||
}
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
100% {
|
||||||
</style>
|
-webkit-transform: rotate(360deg);
|
||||||
|
-moz-transform: rotate(360deg);
|
||||||
|
-o-transform: rotate(360deg);
|
||||||
|
transform: rotate(360deg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<div class="page-loading-wrap">
|
<div class="page-loading-wrap">
|
||||||
<div style="color: #4e9ff5" class="la-timer">
|
<div style="color: #4e9ff5" class="la-timer">
|
||||||
<div></div>
|
<div></div>
|
||||||
</div>
|
|
||||||
<h4 style="margin-top:20px;font-size:14px;font-weight:400;color: #515a6e;">正在加载资源...</h4>
|
|
||||||
</div>
|
</div>
|
||||||
|
<h4 style="margin-top:20px;font-size:14px;font-weight:400;color: #515a6e;">正在加载资源...</h4>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- built files will be auto injected -->
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<h3 style="text-align: center;">NFD网盘直链解析(API演示)</h3>
|
<h3 style="text-align: center;">NFD网盘直链解析(API演示)</h3>
|
||||||
<div class="typo">
|
<div class="typo">
|
||||||
<p><strong>项目地址 </strong><a href="https://github.com/qaiu/netdisk-fast-download" target="_blank"
|
<p><strong>项目GitHub </strong><a href="https://github.com/qaiu/netdisk-fast-download" target="_blank"
|
||||||
rel="nofollow"><u>点我跳转</u></a></p>
|
rel="nofollow"><u>netdisk-fast-download</u></a></p>
|
||||||
<p><strong>当前页面修改自开源项目</strong><a href="https://github.com/HurryBy/CloudDiskAnalysis" target="_blank"
|
<p><strong>当前页面修改自开源项目</strong><a href="https://github.com/HurryBy/CloudDiskAnalysis" target="_blank"
|
||||||
rel="nofollow"><u>CloudDiskAnalysis</u></a></p>
|
rel="nofollow"><u>CloudDiskAnalysis</u></a></p>
|
||||||
<p><strong>目前支持 </strong>已支持蓝奏云/奶牛快传/移动云云空间/UC网盘(暂时失效)/小飞机盘/亿方云/123云盘</p>
|
<p><strong>目前支持 </strong>已支持蓝奏云/奶牛快传/移动云云空间/UC网盘(暂时失效)/小飞机盘/亿方云/123云盘</p>
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
const { defineConfig } = require('@vue/cli-service')
|
|
||||||
const path = require("path");
|
const path = require("path");
|
||||||
module.exports = defineConfig({
|
|
||||||
transpileDependencies: true,
|
|
||||||
lintOnSave: false
|
|
||||||
})
|
|
||||||
|
|
||||||
function resolve(dir) {
|
function resolve(dir) {
|
||||||
return path.join(__dirname, dir)
|
return path.join(__dirname, dir)
|
||||||
@@ -12,6 +8,8 @@ const CompressionPlugin = require('compression-webpack-plugin');
|
|||||||
const FileManagerPlugin = require('filemanager-webpack-plugin')
|
const FileManagerPlugin = require('filemanager-webpack-plugin')
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
transpileDependencies: true,
|
||||||
|
lintOnSave: false,
|
||||||
outputDir: 'nfd-front',
|
outputDir: 'nfd-front',
|
||||||
devServer: {
|
devServer: {
|
||||||
host: '127.0.0.1',
|
host: '127.0.0.1',
|
||||||
|
|||||||
Reference in New Issue
Block a user