Files
weiyu/deploy/server/chat/index.html
jack ning d1d3dca73b update
2025-11-24 16:56:42 +08:00

45 lines
1.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
* @Author: jackning 270580156@qq.com
* @Date: 2024-05-24 16:29:24
* @LastEditors: jackning 270580156@qq.com
* @LastEditTime: 2025-04-15 08:50:05
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk
* Please be aware of the BSL license restrictions before installing Bytedesk IM
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
* 仅支持企业内部员工自用严禁私自用于销售、二次销售或者部署SaaS方式销售
* Business Source License 1.1: https://github.com/Bytedesk/bytedesk/blob/main/LICENSE
* contact: 270580156@qq.com
* 联系270580156@qq.com
* Copyright (c) 2024 by bytedesk.com, All Rights Reserved.
-->
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/chat/favicon.ico" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="format-detection" content="email=no">
<!-- title将由JavaScript动态设置使用国际化 -->
<title></title>
<script type="module" crossorigin src="/chat/assets/index-C7fLKVnR.js"></script>
<link rel="stylesheet" crossorigin href="/chat/assets/index-Cj5n5Ij_.css">
</head>
<body>
<div id="root"></div>
<!-- https://chatui.io/sdk/getting-started -->
<!-- 默认输入框右侧图标不显示需要添加下面js -->
<script src="/chat/assets/js/0.3.5/sdk.js"></script>
<script src="/chat/assets/js/2.0.2/index.js" async></script>
<script>
// for sockjs-client, global is not defined
// var global = window;
</script>
</body>
</html>