yyb
2025-11-06 5b01f7c23749f410c705ec7b59d8b59e5b06c819
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}