UNPKG

@nocobase/plugin-file-manager

Version:

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

11 lines (10 loc) 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isDingTalk = void 0; function isDingTalk() { if (process.browser && window.navigator.userAgent.toLowerCase().includes('aliapp(dingtalk')) { return true; } return false; } exports.isDingTalk = isDingTalk;