Files

13 lines
341 B
HTML
Raw Permalink Normal View History

2026-03-11 16:28:04 +08:00
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>智析反诈 - 受害人被骗金额归集智能体</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>