1
dengjunjie
2025-01-14 e4125ec5b95f6bfa5d7e378639d47673b650298c
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}