Files
dy/frontend/index.html
T
2026-07-23 17:56:25 +08:00

16 lines
772 B
HTML

<!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" />
<meta name="description" content="基于 FastAPI 与 Playwright 的多账号抖音自动回复客服后台管理系统,支持多账号扫码登录、状态持久化、自动回复规则匹配及实时数据大屏。" />
<meta name="keywords" content="抖音自动回复,抖音客服系统,抖音多账号,抖音RPA,智能回复机器人" />
<title>抖音多账号自动回复管理系统 - 专业版 RPA 客服后台</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>