fix(client): show embedded digital employee directly
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
<title>sgRobot</title>
|
||||
<script>
|
||||
window.__TAURI__ = window.__TAURI__ || {};
|
||||
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>
|
||||
<script type="module" crossorigin src="/sgrobot-digital/assets/index-DwDxQhF4.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/sgrobot-digital/assets/index-BTJFqpbJ.css">
|
||||
|
||||
Reference in New Issue
Block a user