mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
Merge branch 'main' of github.com:maxkb-dev/maxkb
This commit is contained in:
commit
0ec3051761
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue