Compare commits
2 Commits
20aabdf5e8
...
a476586095
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a476586095 | ||
![]() |
19669c8278 |
@ -205,4 +205,31 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
<!-- 客服聊天窗口代码 -->
|
||||||
|
<script>
|
||||||
|
window.difyChatbotConfig = {
|
||||||
|
token: 'BC985VI4DnedSaIQ',
|
||||||
|
baseUrl: 'http://101.245.103.204',
|
||||||
|
systemVariables: {
|
||||||
|
// user_id: 'YOU CAN DEFINE USER ID HERE',
|
||||||
|
// conversation_id: 'YOU CAN DEFINE CONVERSATION ID HERE, IT MUST BE A VALID UUID',
|
||||||
|
},
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<script
|
||||||
|
src="http://101.245.103.204/embed.min.js"
|
||||||
|
id="BC985VI4DnedSaIQ"
|
||||||
|
defer>
|
||||||
|
</script>
|
||||||
|
<style>
|
||||||
|
#dify-chatbot-bubble-button {
|
||||||
|
background-color: #1C64F2 !important;
|
||||||
|
z-index: 50 !important;
|
||||||
|
}
|
||||||
|
#dify-chatbot-bubble-window {
|
||||||
|
width: 24rem !important;
|
||||||
|
height: 40rem !important;
|
||||||
|
z-index: 50 !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</html>
|
</html>
|
||||||
|
@ -4,7 +4,31 @@
|
|||||||
<theme-picker />
|
<theme-picker />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
<!-- 客服聊天窗口代码 -->
|
||||||
|
<script>
|
||||||
|
window.difyChatbotConfig = {
|
||||||
|
token: 'BC985VI4DnedSaIQ',
|
||||||
|
baseUrl: 'http://101.245.103.204',
|
||||||
|
systemVariables: {
|
||||||
|
// user_id: 'YOU CAN DEFINE USER ID HERE',
|
||||||
|
// conversation_id: 'YOU CAN DEFINE CONVERSATION ID HERE, IT MUST BE A VALID UUID',
|
||||||
|
},
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<script
|
||||||
|
src="http://101.245.103.204/embed.min.js"
|
||||||
|
id="BC985VI4DnedSaIQ"
|
||||||
|
defer>
|
||||||
|
</script>
|
||||||
|
<style>
|
||||||
|
#dify-chatbot-bubble-button {
|
||||||
|
background-color: #1C64F2 !important;
|
||||||
|
}
|
||||||
|
#dify-chatbot-bubble-window {
|
||||||
|
width: 24rem !important;
|
||||||
|
height: 40rem !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<script>
|
<script>
|
||||||
import ThemePicker from "@/components/ThemePicker";
|
import ThemePicker from "@/components/ThemePicker";
|
||||||
import Cookies from "js-cookie";
|
import Cookies from "js-cookie";
|
||||||
|
Loading…
Reference in New Issue
Block a user