Merge branch 'main' of github.com:maxkb-dev/maxkb

This commit is contained in:
shaohuzhang1 2023-12-12 10:10:45 +08:00
commit 0ec3051761

View File

@ -66,13 +66,12 @@ frameborder="0"
allow="microphone">
</iframe>
`
source2.value = `<script> window.difyChatbotConfig = {
token: "${val}"
source2.value = `<script> window.maxkbChatConfig = {
token: "${val}",
host: "${window.location.host}"
}
<\/script>
<script src="https://udify.app/embed.min.js"
id="${val}"
defer>
<script src="${window.location.origin}/embed.js">
<\/script>
`
dialogVisible.value = true