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