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