feat(client): vendor digital employee source
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user