Skip to content

Commit

Permalink
update 文案更新
Browse files Browse the repository at this point in the history
  • Loading branch information
gallonyin committed May 23, 2023
1 parent c6fea92 commit 92daee5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ object WeworkLoopImpl {
}/${df.format(Date())}/${File(path).name}.png"
if (FileUtils.copy(path, targetPath)) {
LogUtils.d("复制图片完成: $rawFileLength $targetPath ")
log("复制图片完成: $$rawFileLength $targetPath")
log("复制图片完成: $rawFileLength $targetPath")
MultiFileObserver.saveSet.add(targetPath)
} else {
LogUtils.e("复制图片失败 请检查权限: $targetPath")
Expand Down

0 comments on commit 92daee5

Please sign in to comment.