mirror of
https://gitee.com/ssssssss-team/magic-api.git
synced 2026-05-31 11:01:57 +08:00
静态资源
This commit is contained in:
BIN
magic-editor/src/console/dist/assets/JetBrainsMono-Regular.bceff071.woff2
vendored
Normal file
BIN
magic-editor/src/console/dist/assets/JetBrainsMono-Regular.bceff071.woff2
vendored
Normal file
Binary file not shown.
50
magic-editor/src/console/dist/assets/app.abe91525.js
vendored
Normal file
50
magic-editor/src/console/dist/assets/app.abe91525.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
magic-editor/src/console/dist/assets/axios.23e7b955.js
vendored
Normal file
2
magic-editor/src/console/dist/assets/axios.23e7b955.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
magic-editor/src/console/dist/assets/codicon.d86f69b1.ttf
vendored
Normal file
BIN
magic-editor/src/console/dist/assets/codicon.d86f69b1.ttf
vendored
Normal file
Binary file not shown.
3
magic-editor/src/console/dist/assets/editor.worker.732fe235.js
vendored
Normal file
3
magic-editor/src/console/dist/assets/editor.worker.732fe235.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
magic-editor/src/console/dist/assets/iconfont.c1c53300.ttf
vendored
Normal file
BIN
magic-editor/src/console/dist/assets/iconfont.c1c53300.ttf
vendored
Normal file
Binary file not shown.
1
magic-editor/src/console/dist/assets/index.0b4f4017.js
vendored
Normal file
1
magic-editor/src/console/dist/assets/index.0b4f4017.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import"./app.abe91525.js";import"./vue.7304e5c5.js";import"./vendor.5f04ef2d.js";import"./axios.23e7b955.js";const s=function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const e of document.querySelectorAll('link[rel="modulepreload"]'))i(e);new MutationObserver(e=>{for(const r of e)if(r.type==="childList")for(const o of r.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&i(o)}).observe(document,{childList:!0,subtree:!0});function n(e){const r={};return e.integrity&&(r.integrity=e.integrity),e.referrerpolicy&&(r.referrerPolicy=e.referrerpolicy),e.crossorigin==="use-credentials"?r.credentials="include":e.crossorigin==="anonymous"?r.credentials="omit":r.credentials="same-origin",r}function i(e){if(e.ep)return;e.ep=!0;const r=n(e);fetch(e.href,r)}};s();
|
||||
29
magic-editor/src/console/dist/assets/json.worker.d0289ce1.js
vendored
Normal file
29
magic-editor/src/console/dist/assets/json.worker.d0289ce1.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
magic-editor/src/console/dist/assets/style.bd33de11.css
vendored
Normal file
1
magic-editor/src/console/dist/assets/style.bd33de11.css
vendored
Normal file
File diff suppressed because one or more lines are too long
829
magic-editor/src/console/dist/assets/vendor.5f04ef2d.js
vendored
Normal file
829
magic-editor/src/console/dist/assets/vendor.5f04ef2d.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
magic-editor/src/console/dist/assets/vue.7304e5c5.js
vendored
Normal file
1
magic-editor/src/console/dist/assets/vue.7304e5c5.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
magic-editor/src/console/dist/favicon.png
vendored
Normal file
BIN
magic-editor/src/console/dist/favicon.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
67
magic-editor/src/console/dist/index.html
vendored
Normal file
67
magic-editor/src/console/dist/index.html
vendored
Normal file
@@ -0,0 +1,67 @@
|
||||
<!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>magic-api</title>
|
||||
<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.0b4f4017.js"></script>
|
||||
<link rel="modulepreload" href="./assets/vue.7304e5c5.js">
|
||||
<link rel="modulepreload" href="./assets/axios.23e7b955.js">
|
||||
<link rel="modulepreload" href="./assets/vendor.5f04ef2d.js">
|
||||
<link rel="modulepreload" href="./assets/app.abe91525.js">
|
||||
<link rel="stylesheet" href="./assets/style.bd33de11.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="magic-loading-wrapper" id="magic-loading-wrapper">
|
||||
<div class="magic-loading-container">
|
||||
<div class="magic-title">
|
||||
<span>L</span>
|
||||
<span>o</span>
|
||||
<span>a</span>
|
||||
<span>d</span>
|
||||
<span>i</span>
|
||||
<span>n</span>
|
||||
<span>g</span>
|
||||
</div>
|
||||
<div class="magic-loading-text" id="magic-loading-text"></div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
function showMaLoadingText(){
|
||||
let defaultConfig = {
|
||||
title: 'magic-api',
|
||||
version: '2.0.0'
|
||||
}
|
||||
defaultConfig = { ...defaultConfig, ...window.MAGIC_EDITOR_CONFIG }
|
||||
let $dom = document.getElementById('magic-loading-text')
|
||||
$dom.innerText = 'By ' + defaultConfig.title + ' ' + defaultConfig.version
|
||||
document.title = defaultConfig.title + ' v' + defaultConfig.version
|
||||
}
|
||||
function hideMaLoading() {
|
||||
document.getElementById('magic-loading-wrapper').style.display = 'none'
|
||||
}
|
||||
</script>
|
||||
<script src="./config-js" onload="showMaLoadingText()" onerror="showMaLoadingText()"></script>
|
||||
<div id="app"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user