[Share Experiences] 写了一个简单的typora自动上传图片到图床的模块
Tofloor
poster avatar
thepoy
deepin
2021-02-09 07:21
Author

不知道有没有人需要。

当前仅支持sm.ms图床。

更新支持路过图床。

不知道什么敏感词,不能发文章,所以请在github上看一下吧。

https://github.com/thep0y/timg

Reply Favorite View the author
All Replies
caoayu
deepin
2021-02-09 15:39
#1

picgo也可以,支持的图床还多些

Reply View the author
thepoy
deepin
2021-02-09 16:49
#2
caoayu

picgo也可以,支持的图床还多些

对,但picgo有些臃肿,所以自己写一个自己用

Reply View the author
caoayu
deepin
2021-02-09 17:27
#3
thepoy

对,但picgo有些臃肿,所以自己写一个自己用

有个node写的picgo还行,只不过没有图形界面,配置好基本不占啥内存

Reply View the author
thepoy
deepin
2021-02-11 22:52
#4
caoayu

有个node写的picgo还行,只不过没有图形界面,配置好基本不占啥内存

就是因为picgo是用node写的,node非系统组件,而python是所有linux都内置的开发环境,所以我才用python写一个。

Reply View the author