add:Dlass联动

This commit is contained in:
CJK_mkp
2025-11-02 10:16:31 +08:00
parent 4fb7031060
commit b602048186
4 changed files with 42 additions and 13 deletions
+1 -8
View File
@@ -76,14 +76,7 @@ namespace Ink_Canvas
await Task.Delay(TimeSpan.FromMinutes(delayMinutes));
}
var uploaded = await Helpers.DlassNoteUploader.UploadPngNoteAsync(savePath);
if (uploaded && !isHideNotification)
{
Dispatcher.Invoke(() =>
{
ShowNotification($"笔记已自动上传到Dlass");
});
}
await Helpers.DlassNoteUploader.UploadNoteFileAsync(savePath);
}
catch (Exception)
{