yyb
2025-06-25 b2eb82fce7d36b5c995b8b8058f20f29cae14d2d
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}