You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -17,7 +19,7 @@ async function uploadImage(url: string): Promise<string> {
17
19
})
18
20
.catch((error)=>{
19
21
console.error('Error:',error);
20
-
logseq.App.showMsg("Please start PicGo or check its' status!","error");
22
+
logseq.App.showMsg("Please check if PicGo is running. And this plugin can only be run in manually loaded mode due to CORS restriction, please download it from GitHub release page.","error");
21
23
})
22
24
}
23
25
@@ -79,7 +81,20 @@ async function recordUploadedImageFile(filePath: string) {
0 commit comments