docs:update readme

This commit is contained in:
hackycy
2020-11-17 09:36:23 +08:00
parent eddbc0ef61
commit f296949557
3 changed files with 21 additions and 0 deletions

View File

@@ -56,6 +56,10 @@ Flutter-PicGo: 一个用于快速上传图片并获取图片URL链接的**手机
目前仅支持iOS与Android端由于部分插件例如[sqflite](https://pub.dev/packages/sqflite)不支持Web端所以应用也并不支持Web端。
# 注意事项
- [注意事项](https://github.com/PicGo/flutter-picgo/blob/dev/docs/注意事项.md)
# 有问题或者有更好的建议
- 欢迎提 [Issues](https://github.com/PicGo/flutter-picgo/issues)

BIN
docs/hostconfig.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

17
docs/注意事项.md Normal file
View File

@@ -0,0 +1,17 @@
### 功能建议或BUG提交
> 请尽量在Github页面中发起[issue](https://github.com/PicGo/flutter-picgo/issues),否则在其他地方比较难以管理和收集建议。
### 关于Github图片上传问题
> 由于国内访问Github慢的原因API访问也会经常出错建议切换别的图床进行使用。
>
> 或者配置host提升访问速度这里提供一种方式
>
> ![](https://raw.githubusercontent.com/hackycy/flutter-picgo/dev/docs/hostconfig.jpeg)
>
> 在路由器里面配置hosts具体配置可以查看[Github520](https://github.com/521xueweihan/GitHub520)。
>
> 路由器配置hosts后连接Wi-Fi可以显著提升API的访问能力。