58 lines
1.3 KiB
HTML
58 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="renderer" content="webkit">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="icon" href="./favion.ico">
|
|
<title>首页</title>
|
|
<style>
|
|
@media (max-width: 768px) {
|
|
html {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
#dify-chatbot-bubble-button {
|
|
background-color: #1C64F2 !important;
|
|
}
|
|
#dify-chatbot-bubble-window {
|
|
width: 24rem !important;
|
|
height: 40rem !important;
|
|
}
|
|
</style>
|
|
</head>
|
|
<script>
|
|
window.difyChatbotConfig = {
|
|
token: 'HKghmPZLD4JczCXc',
|
|
baseUrl: 'http://aigc.smartcrec.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="http://aigc.smartcrec.com/embed.min.js"
|
|
id="HKghmPZLD4JczCXc"
|
|
defer>
|
|
</script>
|
|
<body>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|