1
yangpeixing
2026-03-11 52063f38e365aeceb9769e4c505f71d1086a537a
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}