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