This website works better with JavaScript
홈
탐색
도움말
로그인
YDM
/
dify-web
Watch
2
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
11fc5a6eb3
브랜치
태그
master
dify-web
/
app
/
components
/
base
/
chat
/
embedded-chatbot
/
utils.ts
utils.ts
79 B
히스토리
Raw
1
2
3
export const isDify = () => {
return document.referrer.includes('dify.ai')
}