hutongqing
2024-12-19 002a5c73e1c81000e9c128ec7803888decac62b9
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}