diff --git a/README.md b/README.md index 1093e87..badc74f 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/hostconfig.jpeg b/docs/hostconfig.jpeg new file mode 100644 index 0000000..76eba7d Binary files /dev/null and b/docs/hostconfig.jpeg differ diff --git a/docs/注意事项.md b/docs/注意事项.md new file mode 100644 index 0000000..498e9d5 --- /dev/null +++ b/docs/注意事项.md @@ -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的访问能力。 \ No newline at end of file