yyb
2025-10-11 461ad4fd1538ed6a1cd61a7e8058ad0b85179348
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}