yyb
2026-01-13 0a3ebcfddbb20e880c3e1d7c8879e9eaf0d56c70
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}