Merge branch 'main' into main

This commit is contained in:
glay
2024-11-11 15:55:20 +08:00
committed by GitHub
28 changed files with 1958 additions and 638 deletions

View File

@@ -138,7 +138,7 @@ export function uploadImage(file: Blob): Promise<string> {
})
.then((res) => res.json())
.then((res) => {
console.log("res", res);
// console.log("res", res);
if (res?.code == 0 && res?.data) {
return res?.data;
}