rk
2026-01-19 bd491c37218b0b3d9b518e4814967d814e781c02
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}