yyb
2025-08-12 66a4579ac674f0f3958f2f365718c34e3bac49da
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}