mirror of
https://gitee.com/270580156/weiyu.git
synced 2025-12-30 10:52:26 +00:00
23 lines
937 B
HTML
23 lines
937 B
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<link rel="icon" type="image/x-icon" href="/notebase/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="/notebase/assets/index-BqabOYTA.js"></script>
|
||
<link rel="stylesheet" crossorigin href="/notebase/assets/index-3_GiNENU.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>
|