Skip to content

Commit

Permalink
fix: pic upload error in some cases
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Nov 16, 2024
1 parent c3fc62a commit 986c18e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/composables/usePicgoBridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ const usePicgoBridge = () => {
/**
* 检查 Picgo 是否已安装
*
*
* @returns 一个 Promise,解析为布尔值,表示是否已安装 Picgo
*/
const checkPicgoInstalled = async () => {
Expand Down

0 comments on commit 986c18e

Please sign in to comment.