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