wangxinhui
2025-09-23 b489f865bab00bedfce5e8f772095600b8034ac0
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}