Skip to content

Commit

Permalink
更新前端
Browse files Browse the repository at this point in the history
  • Loading branch information
javamxd committed Apr 8, 2023
1 parent aa3da4d commit c3ba37a
Show file tree
Hide file tree
Showing 12 changed files with 287 additions and 491 deletions.

Large diffs are not rendered by default.

291 changes: 0 additions & 291 deletions magic-editor/src/main/resources/magic-editor/assets/app.e197617b.js

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

31 changes: 24 additions & 7 deletions magic-editor/src/main/resources/magic-editor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,30 @@
<link rel="icon" href="favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>magic-api</title>

<script type="module" crossorigin src="./assets/index.70b0e8ae.js"></script>
<link rel="modulepreload" href="./assets/vue.d1ea1415.js">
<style>
.magic-loading-wrapper {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 10000000;text-align: center;background: #fff;}
.magic-loading-container {position: absolute;top: 50%;left: 50%;width: 500px;height: 100px;margin-left: -250px;margin-top: -50px;text-align: center;}
.magic-loading-container .magic-title {font-size: 0;color: #0075ff;letter-spacing: 0;}
.magic-loading-container .magic-title label {font-size: 14px;display: inline-block;margin-top: 5px;vertical-align: top;}
.magic-loading-container .magic-title span {font-size: 20px;display: inline-block;padding: 0 3px;animation: stretch 1s infinite;}
.magic-loading-container .magic-title span:nth-child(1) {animation-delay: calc(1s / 8 * 0 / 2);}
.magic-loading-container .magic-title span:nth-child(2) {animation-delay: calc(1s / 8 * 1 / 2);}
.magic-loading-container .magic-title span:nth-child(3) {animation-delay: calc(1s / 8 * 2 / 2);}
.magic-loading-container .magic-title span:nth-child(4) {animation-delay: calc(1s / 8 * 3 / 2);}
.magic-loading-container .magic-title span:nth-child(5) {animation-delay: calc(1s / 8 * 4 / 2);}
.magic-loading-container .magic-title span:nth-child(6) {animation-delay: calc(1s / 8 * 5 / 2);}
.magic-loading-container .magic-title span:nth-child(7) {animation-delay: calc(1s / 8 * 6 / 2);}
.magic-loading-container .magic-title span:nth-child(8) {animation-delay: calc(1s / 8 * 7 / 2);}
.magic-loading-container .magic-loading-text {text-align: center;font-weight: bolder;font-style: italic;color: #889aa4;font-size: 14px;margin-top: 5px;animation: blink-loading 2s ease-in infinite;}
@keyframes stretch {0% {transform: scale(1);}25% {transform: scale(1.2);}50% {transform: scale(1);}100% {transform: scale(1);}}
@keyframes blink-loading {0% {opacity: 1;}50% {opacity: 0.5;}100% {opacity: 1;}}
</style>
<script type="module" crossorigin src="./assets/index.0cc26bfc.js"></script>
<link rel="modulepreload" href="./assets/vue.6f28a6f0.js">
<link rel="modulepreload" href="./assets/axios.23e7b955.js">
<link rel="modulepreload" href="./assets/vendor.08c4cc4b.js">
<link rel="modulepreload" href="./assets/app.e197617b.js">
<link rel="stylesheet" href="./assets/style.56ff3434.css">
<link rel="modulepreload" href="./assets/vendor.cc41f120.js">
<link rel="modulepreload" href="./assets/app.b15d6e90.js">
<link rel="stylesheet" href="./assets/style.63f02940.css">
</head>
<body>
<div class="magic-loading-wrapper" id="magic-loading-wrapper">
Expand All @@ -32,7 +49,7 @@
function showMaLoadingText(){
let defaultConfig = {
title: 'magic-api',
version: '2.0.2'
version: '2.1.0'
}
defaultConfig = { ...defaultConfig, ...window.MAGIC_EDITOR_CONFIG }
let $dom = document.getElementById('magic-loading-text')
Expand Down

0 comments on commit c3ba37a

Please sign in to comment.