admin add dist
This commit is contained in:
+2
-1
@@ -8,7 +8,8 @@ __pycache__/
|
||||
.claude/
|
||||
.vscode/
|
||||
.trae/
|
||||
dist/
|
||||
video-gen-app/dist/
|
||||
video-gen-admin/dist/
|
||||
|
||||
# 使用通配符
|
||||
*.log
|
||||
|
||||
@@ -9,7 +9,7 @@ node_modules/
|
||||
# =========================
|
||||
# Build outputs
|
||||
# =========================
|
||||
dist/
|
||||
#dist/
|
||||
build/
|
||||
out/
|
||||
.next/
|
||||
|
||||
+329
File diff suppressed because one or more lines are too long
Vendored
+13
@@ -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>
|
||||
Reference in New Issue
Block a user