liulijun
2026-03-27 635a49022f9f2dc3047456a63cd5f380c6724f87
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}