yangpeixing
2026-03-13 378d7849afde29a36f121d2c18b39511efe4293f
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}