helongyang
2025-07-12 69c258359052738b4c60dcabc85f09e4debf2c94
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}