doum
2026-01-14 639eb18312a62ac2a76e2b59e16bcc1ff8d70d03
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}