Files
gochat/output/index.html
T
Rogee b78f963472 chore: 提交剩余开发改动
包含商务通消息映射、会话时间与未读状态、前端消息展示、数据库修复迁移、测试覆盖备份及 Captain 设计文档。
2026-08-06 10:10:25 +08:00

23 lines
545 B
HTML

<html>
<body>
<h1>Chat</h1>
<script>
window.chatwootSettings = {"position":"right","type":"standard","launcherTitle":""};
(function(d,t) {
var BASE_URL="http://10.58.144.6:5000";
var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=BASE_URL+"/sdk/js/sdk.js";
g.async = true;
s.parentNode.insertBefore(g,s);
g.onload=function(){
window.chatwootSDK.run({
websiteToken: "gochat-smoke-widget-token",
baseUrl: BASE_URL
})
}
})(document,"script");
</script>
</body>
</html>