init: CryptoCoin desktop ticker

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-23 21:57:39 +08:00
commit 3b979089d9
69 changed files with 8974 additions and 0 deletions

16
index.html Normal file
View File

@@ -0,0 +1,16 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="/src/styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CryptoCoin</title>
<script type="module" src="/src/main.ts" defer></script>
</head>
<body>
<div id="panel" class="panel" data-tauri-drag-region>
<div id="widget" class="widget"></div>
<div id="fetch-status" class="fetch-status" aria-live="polite"></div>
</div>
</body>
</html>