UNPKG

@nocobase/plugin-file-manager

Version:

Provides files storage services with files collection template and attachment field.

7 lines (6 loc) 167 B
export function isDingTalk() { if (process.browser && window.navigator.userAgent.toLowerCase().includes('aliapp(dingtalk')) { return true; } return false; }