-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (49 loc) · 3.16 KB
/
index.html
File metadata and controls
56 lines (49 loc) · 3.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<script type="module" src="/assets/polyfills-modern.d15d5eb2.js"></script>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light">
<link rel="stylesheet" href="/highlight/styles/atom-one-dark.min.css">
<link rel="stylesheet" href="https://cdn.staticfile.org/tocbot/4.18.2/tocbot.min.css">
<title>Tinymce-Plugin</title>
<script src="/vue2/vue2.6.14.min.js"></script>
<script src="/assets/libs/tocbot/index.js"></script>
<script src="/assets/ifarmeInit.js"></script>
<script type="module" crossorigin src="/assets/index.js"></script>
<link rel="modulepreload" href="/assets/chunk/vue.js">
<link rel="modulepreload" href="/assets/chunk/pinia.js">
<link rel="modulepreload" href="/assets/chunk/tinymce.js">
<link rel="modulepreload" href="/assets/chunk/tinymce-plugin-routes.js">
<link rel="stylesheet" href="/assets/index.css">
<script type="module">try{import("_").catch(()=>1);}catch(e){}window.__vite_is_dynamic_import_support=true;</script>
<script type="module">!function(){if(window.__vite_is_dynamic_import_support)return;console.warn("vite: loading legacy build because dynamic import is unsupported, syntax error above should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
</head>
<body>
<div id="tips"></div>
<textarea id="inputCopy" style="position: absolute;top: 0;left: 0;opacity: 0;z-index: -10;">复制专用</textarea>
<div id="app"></div>
<script>
// window.localStorage.setItem = function (_setItem) {
// return function (keyName, keyValue) {
// console.log(keyValue.locale);
// //@ts-ignore
// _setItem.apply(this, arguments);
// }
// }(window.localStorage.setItem);
// setTimeout(()=>{
// // window.matchMedia('(prefers-color-scheme: dark)').prop.matches= true
// metaEl = document.querySelector('meta[name="color-scheme"]')
// console.log(metaEl);
// metaEl.setAttribute('content', 'dark');
// console.log( window.matchMedia('(prefers-color-scheme: dark)') );
// },6000)
// console.log( window.matchMedia('(prefers-color-scheme: dark)').matches );
</script>
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
<script nomodule id="vite-legacy-polyfill" src="/assets/polyfills-legacy.597beaaf.js"></script>
<script nomodule id="vite-legacy-entry" data-src="/assets/index-legacy.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
</body>
</html>