dengjunjie
2025-04-13 2950220f98f891a64cc452478e2a2ae61b82a8cd
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}