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