typora / typora-issues

Bugs, suggestions or free discussions about the minimal markdown editor — Typora
https://typora.io
1.53k stars 58 forks source link

Image upload from base64 #4869

Open even0306 opened 2 years ago

even0306 commented 2 years ago

mmexport1638376873576 mmexport1638376876550 我使用go写了一个上传图片到图床的工具。我发现上传时,接收两个参数,第一个为执行文件自身,第二个起是typora中的img标签数据部分。我只需忽略第一个,处理后续参数即可。当我处理base64数据时,typora给我的参数第一个是执行文件本身,这个正常,第二个应该是base64的数据,但却给了我空,导致无法正常处理。我使用了各种模拟调试都正常,唯独在typora真实使用时base64就会为空,是我的哪里不对,求指教

abnerlee commented 2 years ago

88