wangxinhui
2026-03-17 89bccb9b8fb1070f7ac5f36510c868fecead9384
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}