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
+22
View File
@@ -0,0 +1,22 @@
{
"name": "multica-xiaomi-internal-site",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "vite --host 127.0.0.1",
"build": "tsc -b && vite build",
"preview": "vite preview --host 127.0.0.1"
},
"dependencies": {
"@vitejs/plugin-react": "latest",
"motion": "latest",
"react": "latest",
"react-dom": "latest",
"typescript": "latest",
"vite": "latest"
},
"devDependencies": {
"@types/react": "^19.2.16",
"@types/react-dom": "^19.2.3"
}
}