admin add dist

This commit is contained in:
2026-06-03 14:48:14 +08:00
parent 8f27794da6
commit 0954c5dda5
4 changed files with 345 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ node_modules/
# =========================
# Build outputs
# =========================
dist/
#dist/
build/
out/
.next/
File diff suppressed because one or more lines are too long
+13
View File
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>VideoGen.AI 管理后台</title>
<script type="module" crossorigin src="/assets/index-CllfooUi.js"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>