clibing 71e5f06605 fix(code): code
code

Signed-off-by: clibing <wmsjhappy@gmail.com>
2023-10-02 14:34:22 +08:00

10 lines
130 B
JavaScript

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