2026-01-22 15:18:09 +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>Yolo(AI助手Web版)</title>
|
|
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
|
|
<div id="root"></div>
|
2026-02-04 19:56:19 +08:00
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
2026-02-24 15:15:16 +08:00
|
|
|
|
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit" async defer></script>
|
2026-01-22 15:18:09 +08:00
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|