fix: 去除应用内嵌 (#143)

This commit is contained in:
shaohuzhang1 2024-04-17 15:54:58 +08:00 committed by GitHub
parent a1681fef62
commit 86681d9bf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,6 @@
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
<script
async
defer
src="http://localhost:3000/api/application/embed?protocol=http&host=localhost:3000&token=35d833ff707d494e">
</script>
<script type="module" src="/src/main.ts"></script> <script type="module" src="/src/main.ts"></script>
</body> </body>
</html> </html>