add 波片移动

This commit is contained in:
DESKTOP-FUDKNA8\znjsz
2024-03-08 14:21:07 +08:00
parent c6f5bc7d80
commit 149e801d6d
4 changed files with 141 additions and 79 deletions

View File

@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
@@ -6,8 +6,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue</title>
</head>
<body style="position: relative;">
<body style="position: relative">
<div id="app"></div>
<div
id="glass-layer"
style="position: absolute; top: 0; left: 0; height: 100%"
></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>