55 lines
1.8 KiB
HTML
55 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link href="https://fonts.googleapis.com/css2?family=ZCOOL+QingKe+HuangYou&family=ZCOOL+XiaoWei&family=Long+Cang&family=Ma+Shan+Zheng&family=Zhi+Mang+Xing&family=Noto+Serif+SC:wght@600;700;900&display=swap" rel="stylesheet">
|
|
<title>广西讯驰 - 智慧教育产品</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
<script>
|
|
window.difyChatbotConfig = {
|
|
token: 'DJdSTFBWmkh0OOAb',
|
|
baseUrl: 'https://szdify.2009xc.com',
|
|
inputs: {
|
|
// You can define the inputs from the Start node here
|
|
// key is the variable name
|
|
// e.g.
|
|
// name: "NAME"
|
|
},
|
|
systemVariables: {
|
|
// user_id: 'YOU CAN DEFINE USER ID HERE',
|
|
// conversation_id: 'YOU CAN DEFINE CONVERSATION ID HERE, IT MUST BE A VALID UUID',
|
|
},
|
|
userVariables: {
|
|
// avatar_url: 'YOU CAN DEFINE USER AVATAR URL HERE',
|
|
// name: 'YOU CAN DEFINE USER NAME HERE',
|
|
},
|
|
}
|
|
</script>
|
|
<script src="https://szdify.2009xc.com/embed.min.js" id="DJdSTFBWmkh0OOAb" defer>
|
|
</script>
|
|
<style>
|
|
#dify-chatbot-bubble-button {
|
|
background-color: #043b8f !important;
|
|
position: fixed !important;
|
|
bottom: 36px !important;
|
|
right: 24px !important;
|
|
z-index: 9999 !important;
|
|
}
|
|
|
|
#dify-chatbot-bubble-window {
|
|
width: 24rem !important;
|
|
height: 40rem !important;
|
|
position: fixed !important;
|
|
bottom: 80px !important;
|
|
right: 24px !important;
|
|
z-index: 9999 !important;
|
|
}
|
|
</style>
|
|
</html>
|