mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-16 05:28:17 +08:00
4 lines
79 B
TypeScript
4 lines
79 B
TypeScript
export const isDify = () => {
|
|
return document.referrer.includes('dify.ai')
|
|
}
|