fix: zoom in lỗi nền trắng

This commit is contained in:
2026-07-20 21:47:24 +07:00
parent 83dc97e788
commit ffdb4806f8
9 changed files with 19306 additions and 7609 deletions
+1 -3
View File
@@ -9,10 +9,10 @@
<script src="https://unpkg.com/lucide@latest"></script>
<script src="https://unpkg.com/react@18.3.1/umd/react.production.min.js"></script>
<script src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.production.min.js"></script>
<script src="https://unpkg.com/@babel/standalone@7.26.0/babel.min.js"></script>
<script src="/static/js/services/api.js"></script>
<script src="/static/js/services/audioEngine.js"></script>
<script src="/static/js/services/storage.js"></script>
<script src="/static/js/app.precompiled.js" defer></script>
<style>
body {
background-color: #1a1a1a;
@@ -46,7 +46,5 @@
</head>
<body class="h-screen w-screen flex flex-col">
<div id="root" class="h-full w-full flex flex-col"></div>
<script defer type="text/babel" src="/static/js/app.jsx"></script>
</body>
</html>