Files
plugins/LoveKKWeiBo/README.md
chorblack e75f275ef4
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled
Initial commit
2026-03-07 11:19:25 +08:00

34 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# LoveKKWeiBo
这是一款单纯的将图片附件上传到新浪微博中,以新浪微博作为图床的插件。
原版插件来自:[https://github.com/muzishanshi/WeiboFile](https://github.com/muzishanshi/WeiboFile)
不过由于原版插件康康在使用过程中存在一些问题,所以重新改版了下,去除了原版的视频上传功能,仅保留原始的图片上传。
## 插件安装
> 1. 下载插件至`usr/plugins`目录中,并将插件目录名更改为`LoveKKWeiBo`。
> 2. 给予插件`vendor/consatan/weibo_image_uploader/cache`目录读写权限,此处是存放您的微博`cookie`的目录。
> 3. 激活插件,并填写微博登陆账号和密码(建议使用平时不登陆的小号)。
> 4. 尝试上传图片,并使用`chrome`、`firefox`等浏览器,按下`F12`,查看网络传输情况。
> 5. 若成功上传并返回图片地址则成功,否则请查看返回的信息是什么。
## 问题反馈
请访问作者博客进行反馈:[https://www.lovekk.org/278.html](https://www.lovekk.org/278.html)
## 更新日志
### 2018.09.03
> 由于今年备案规则限制部分后缀域名备案担心后续会影响网站数据将仓库再次迁移回github.com
### 2018.08.25
> 1. 修复除图片外其余文件无法上传的问题。
## 参考资料
> 1. [https://github.com/muzishanshi/WeiboFile](https://github.com/muzishanshi/WeiboFile)
> 2. [https://github.com/consatan/weibo_image_uploader](https://github.com/consatan/weibo_image_uploader)