This commit is contained in:
2025-03-07 20:41:21 +07:00
parent bf7037f4e8
commit 96b814d54a
52 changed files with 6643 additions and 782 deletions

View File

@@ -1,15 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/wails.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/style.css" />
<title>Wails + Vue + TS</title>
<script type="module" crossorigin src="/assets/index-dNSs0EXc.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-tI2uSkFL.css">
</head>
<body>
<div id="app"></div>
</body>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue + TS</title>
<script type="module" crossorigin src="/assets/index-Z-UIusQp.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-hwTd8BmI.css">
</head>
<body>
<div id="app"></div>
</body>
</html>