加入导出功能

This commit is contained in:
2026-03-26 14:06:08 +08:00
parent f3581443d6
commit e7d4267f60
3 changed files with 103 additions and 31 deletions

View File

@@ -60,17 +60,6 @@
to { transform: rotate(360deg); }
}
#stats {
position: fixed;
bottom: 20px;
left: 20px;
background: rgba(0, 0, 0, 0.7);
padding: 10px 15px;
border-radius: 8px;
color: white;
font-size: 12px;
z-index: 100;
}
</style>
</head>
<body>
@@ -82,8 +71,6 @@
<div id="container"></div>
<div id="stats">FPS: <span id="fps">60</span></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>