Chore: refactor embedded chatbot (#5125)

This commit is contained in:
KVOJJJin
2024-06-14 08:42:41 +08:00
committed by GitHub
parent 54e02b8147
commit 4289f17be2
15 changed files with 1051 additions and 20 deletions

View File

@@ -0,0 +1,3 @@
export const isDify = () => {
return document.referrer.includes('dify.ai')
}