1
hutongqing
2025-01-09 42b87af4c2713a65ffb417f716530b190ac8a305
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}