feat(client): vendor digital employee source

This commit is contained in:
baiyanyun
2026-06-05 15:02:42 +08:00
parent c6fdff20e8
commit 2eb9a99da3
66 changed files with 15160 additions and 2646 deletions

View File

@@ -0,0 +1,21 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>数字员工</title>
<script>
window.__QIMINGCLAW_EMBEDDED_DIGITAL__ = true;
try {
window.localStorage.setItem("zeroclaw_token", "qimingclaw_embedded_digital_employee");
window.sessionStorage.setItem("sgrobot_logged_in", "1");
} catch (error) {
console.warn("[qimingclaw] digital employee auth bootstrap skipped", error);
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>