mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-01-05 22:02:25 +00:00
37 lines
1.7 KiB
HTML
37 lines
1.7 KiB
HTML
<!--
|
||
* @Author: jackning 270580156@qq.com
|
||
* @Date: 2024-01-13 02:39:49
|
||
* @LastEditors: jackning 270580156@qq.com
|
||
* @LastEditTime: 2025-04-10 10:39:03
|
||
* @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/x-icon" href="/agenticflow/favicon.ico" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<!-- 导致无法连接mqtt服务器,暂时注释掉 -->
|
||
<!-- <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" /> -->
|
||
<title></title>
|
||
<script type="module" crossorigin src="/agenticflow/assets/index-DpSllGzO.js"></script>
|
||
<link rel="stylesheet" crossorigin href="/agenticflow/assets/index-Dr4kv2us.css">
|
||
</head>
|
||
|
||
<body>
|
||
<div id="root"></div>
|
||
|
||
<!-- https://chatui.io/sdk/getting-started -->
|
||
<!-- 默认输入框右侧图标不显示,需要添加下面js -->
|
||
<script src="https://www.weiyuai.cn/agent/assets/js/0.3.5/sdk.js"></script>
|
||
<script src="https://www.weiyuai.cn/agent/assets/js/2.0.2/index.js" async></script>
|
||
</body>
|
||
</html>
|