chore: get start from deploying

This commit is contained in:
jialin
2025-02-24 11:34:40 +08:00
parent 1dd7037aa0
commit bcbefe29e7
11 changed files with 214 additions and 26 deletions
+5
View File
@@ -192,3 +192,8 @@ export const base64ToFile = (base64String: string, fileName: string) => {
return null;
}
};
// check onlinestatus
export const isOnline = () => {
return window.navigator.onLine;
};