This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
YDM
/
dify-web
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
11fc5a6eb3
Branches
Tags
master
dify-web
/
app
/
components
/
base
/
chat
/
embedded-chatbot
/
utils.ts
utils.ts
79 B
Historique
Raw
1
2
3
export const isDify = () => {
return document.referrer.includes('dify.ai')
}