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