doum
2025-12-10 a7026e87d4f66195d872a00b7489fe78e6e7e4bf
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}