mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-10-31 12:32:17 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <meta charset="UTF-8" />
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | |
|     <link rel="icon" href="/static/vue3/runtime/page/favicon.png" type="image/png">
 | |
|     <title>Vue3 Page</title>
 | |
|     <style>
 | |
|       html,
 | |
|       body,
 | |
|       #app {
 | |
|         width: 100%;
 | |
|         height: 100%;
 | |
|       }
 | |
| 
 | |
|       #app {
 | |
|         position: relative;
 | |
|         overflow: auto;
 | |
|       }
 | |
| 
 | |
|       #app::-webkit-scrollbar {
 | |
|         width: 0 !important;
 | |
|         display: none;
 | |
|       }
 | |
|     </style>
 | |
|     <script src="https://unpkg.com/vue@next/dist/vue.runtime.global.js"></script>
 | |
|     <script type="module" crossorigin src="/static/vue3/runtime/page/assets/index.30b4791d.js"></script>
 | |
|     <script type="module">try{import.meta.url;import("_").catch(()=>1);}catch(e){}window.__vite_is_modern_browser=true;</script>
 | |
|     <script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy build because dynamic import or import.meta.url 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="app"></div>
 | |
|     
 | |
|     <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 crossorigin id="vite-legacy-polyfill" src="/static/vue3/runtime/page/assets/polyfills-legacy.7a061a97.js"></script>
 | |
|     <script nomodule crossorigin id="vite-legacy-entry" data-src="/static/vue3/runtime/page/assets/index-legacy.07638326.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
 | |
|   </body>
 | |
| </html>
 |