xueyangcs
Results
3
issues of
xueyangcs
print a message when finished `void finish(std::string finishMessage = "") { progress(total_, total_); printf("%s\n", finishMessage.c_str()); fflush(stdout); }`
### Describe the bug 如题,上传heic图片之后无法在网页中显示 ### Steps to reproduce 1、在memos编辑框中点击文件按钮并上传heic格式图片 2、查看该memo,上传的图片显示为broken picture的图标 ### Screenshots or additional context _No response_
enhancement