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