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