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