Publish Xiaomi subsite without APK artifact

This commit is contained in:
Xisheng-Zhao
2026-06-26 17:30:32 +08:00
parent 1e4a88677f
commit 5800000268
30 changed files with 2881 additions and 1 deletions
+14
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="description" content="Multica Xiaomi is the Xiaomi-flavor Android build of the Multica companion app, distributed internally via the company GitLab." />
<link rel="icon" href="./favicon.png" type="image/png" />
<title>Multica Xiaomi · Internal Build</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>