feat: add desktop-ui frontend

This commit is contained in:
2026-05-11 16:04:31 +08:00
parent e24a34deb4
commit 70d0dfc427
15 changed files with 4746 additions and 0 deletions

22
desktop-ui/index.html Normal file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<style>
body {
padding: 0;
margin: 0;
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>