doum
2025-12-11 c83278063eba3316d24553c88ae75c5f711e8d23
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}