initial commit

This commit is contained in:
black_zero
2026-03-01 21:26:34 +08:00
commit 05d5c4016f
38 changed files with 7617 additions and 0 deletions

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light" />
<meta name="description" content="Manage GitHub starred repositories with Star Lists and smart classification." />
<title>Star Manager</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>