feat: 阻止移动端缩放

main
ChenZhaoYu 2 years ago
parent d9761ed0e5
commit c09a4f6c75

@ -1,12 +1,15 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="zh-cmn-Hans"> <html lang="zh-cmn-Hans">
<head>
<head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="icon" type="image/svg+xml" href="/favicon.svg"> <link rel="icon" type="image/svg+xml" href="/favicon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
<title>ChatGPT Web</title> <title>ChatGPT Web</title>
</head> </head>
<body>
<body>
<div id="app"> <div id="app">
<style> <style>
.loading-wrap { .loading-wrap {
@ -42,6 +45,7 @@
} }
@keyframes left-swing { @keyframes left-swing {
50%, 50%,
100% { 100% {
transform: translateX(95%); transform: translateX(95%);
@ -67,5 +71,6 @@
</div> </div>
</div> </div>
<script type="module" src="/src/main.ts"></script> <script type="module" src="/src/main.ts"></script>
</body> </body>
</html> </html>

Loading…
Cancel
Save