mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-31 01:48:35 +08:00
Added error delay to 3000 and add some readme to dev
This commit is contained in:
2
main.ts
2
main.ts
@@ -90,7 +90,7 @@ export default class ObsidianSyncNotionPlugin extends Plugin {
|
||||
if(res.status === 200){
|
||||
new Notice(`${langConfig["sync-success"]}${basename}`)
|
||||
}else {
|
||||
new Notice(`${langConfig["sync-fail"]}${basename}`)
|
||||
new Notice(`${langConfig["sync-fail"]}${basename}`, 3000)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user