Files
dukang/apps/mini-user/src/lib/weixin.weapp.ts
T
jacy 233ed0af3b
CI / verify (pull_request) Has been cancelled
v3.5.1 版本更新
2026-08-19 15:54:51 +08:00

5 lines
118 B
TypeScript

/** 小程序端恒为微信环境,避免引入 H5 JSSDK 门面 */
export function isWechatEnv() {
return true;
}