This commit is contained in:
熊丽君
2021-09-01 10:55:59 +08:00
commit 1d6989e2b1
156 changed files with 30472 additions and 0 deletions

View File

@ -0,0 +1,9 @@
export function os() {
return uni.getSystemInfoSync().platform;
};
export function sys() {
return uni.getSystemInfoSync();
}