Skip to content

Commit

Permalink
save image
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Feb 28, 2022
1 parent 4d66ea4 commit 74def44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/basic/channels/nhentai.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ class NHentai {
}

/// 桌面端保存图片
Future convertImageToJPEG100(String path, String folder) async {
return _channel.invokeMethod("convertImageToJPEG100", {
Future convertImageToJPEG100(String path, String dir) async {
return _flatInvoke("convertImageToJPEG100", {
"path": path,
"folder": folder,
"dir": dir,
});
}

Expand Down

0 comments on commit 74def44

Please sign in to comment.