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