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