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