1
zhanghonglin
2025-07-13 813d932834bd802364c045f890cc4d864aa76836
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}