7021f2fd创建于 2025年5月14日历史提交
// @ts-nocheck
// #ifdef WEB
export const isBrowser = typeof window !== 'undefined';
// #endif

// #ifndef WEB
export const isBrowser = false;
// #endif