Files
砂糖 8015759c65 init
2026-02-07 18:01:13 +08:00

10 lines
136 B
JavaScript

export function os() {
return uni.getSystemInfoSync().platform;
};
export function sys() {
return uni.getSystemInfoSync();
}