This commit is contained in:
haomingming
2025-08-25 14:24:59 +08:00
parent 979c332454
commit ad85572062
53 changed files with 7076 additions and 30 deletions
+5 -3
View File
@@ -1,10 +1,12 @@
let client_type=''
// #ifdef MP-WEIXIN
const client_type="M"
client_type="M"
// #endif
// #ifdef APP-IOS
const client_type="I"
client_type="I"
// #endif
// #ifdef APP-ANDROID
const client_type="A"
client_type="A"
// #endif
export default client_type