-
-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
55 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
* [简介](简介.md) | ||
* [安装扩展](安装扩展.md) | ||
* [安装图床](安装图床.md) | ||
* [三方安装指南](三方安装指南.md) | ||
* [跳过安装引导](跳过安装引导.md) | ||
* [安全配置](安全配置.md) | ||
* [后台管理](后台管理.md) | ||
* [API](API.md) | ||
* [鉴黄](鉴黄.md) | ||
* [公共查询](公共查询.md) | ||
* [分离相关](分离相关.md1) | ||
* [Edge插件](Edge插件.md) | ||
* [Chrome插件](Chrome插件.md) | ||
* [使用uPic上传](使用uPic上传.md) | ||
* [使用PicGo上传](使用PicGo上传.md) | ||
* [使用ShareX上传](使用ShareX上传.md) | ||
* [苹果快捷指令上传](苹果快捷指令上传.md) | ||
* [隐藏存储路径](隐藏存储路径.md) | ||
* [图床更新升级](图床更新升级.md) | ||
* [更改域名/服务器](更改域名/服务器.md) | ||
* [常见问题与环境要求](常见问题与环境要求.md) | ||
* [打赏开发者](打赏开发者.md) | ||
* [更新日志](更新日志.md) | ||
* [许可证](许可证.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
* 2023-04-23 v2.8.2 | ||
- 增加uPic教程 | ||
|
||
* 2023-04-12 v2.8.1 | ||
- 修改上传签名生成方式 | ||
- 修复一处绕过代码 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
1. 下载并安装[uPic releases][1]或者[Mac App Store][2] | [App Store][3](测试版本:uPic v0.21.1) | ||
2. 创建自定义图床并按照截图填写 | ||
3. 返回uPic主菜单栏, 选择默认上传为自定义图床 | ||
|
||
![EasyImage简单图床使用uPic上传图片](images/uPic1.avif) | ||
|
||
![EasyImage简单图床使用uPic上传图片](images/uPic.avif) | ||
|
||
```uPic | ||
API地址:https://png.cm/api/index.php // 输入你网站api地址 | ||
请求方式: POST | ||
文件字段名: image | ||
添加其他字段: | ||
- 增加Header字段: content-type multipart/form-data | ||
- 增加Body字段: token 1c17b11693cb5ec63859b091c5b9c1b2 // 使用你的token | ||
url路径: ["url"] | ||
``` | ||
|
||
[1]: https://github.com/gee1k/uPic/releases | ||
[2]: https://apps.apple.com/cn/app/id1549159979 | ||
[3]: https://apps.apple.com/us/app/id1510718678 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters