1
dengjunjie
2025-10-17 36226b8adcbfb46fe71fc9526134a54886b3312c
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}