spring
2025-05-30 2f26ba8f2c8f5c67e5ed16f4e89baaef82d70a3b
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}