yyb
2025-06-03 de077e9eba0a132540ca4731c0d537150f5feff5
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}