function isDingTalk() { const userAgent = navigator.userAgent || navigator.vendor || window.opera; return /DingTalk/i.test(userAgent); }