@@ -27,9 +27,9 @@ Flutter-PicGo: 一个用于快速上传图片并获取图片URL链接的**手机
2727# 特色功能
2828
2929- 长按相册列表项可** 同步删除远端的文件** ,也可配置仅删除本地列表
30- - 支持扫描二维码将PicGo (v2.3.0-beta.2以上版本)配置文件转换成Flutter-PicGo的配置 ,使用请移步[ 链接] ( https://github.com/Molunerfinn/PicGo/releases/tag/v2.3.0-beta.2 )
30+ - 支持扫描二维码将 * PicGo (v2.3.0-beta.2以上版本)* 配置文件转换成 * Flutter-PicGo * 的配置 ,使用请移步[ 链接] ( https://github.com/Molunerfinn/PicGo/releases/tag/v2.3.0-beta.2 )
3131- 适配深色模式,可跟随系统或手动设置
32- - 支持将flutter-picgo的配置导出至剪切板
32+ - 支持将 * Flutter-PicGo * 的配置导出至剪切板
3333
3434> 基本使用配置与PicGo无异,可参考[ 配置文档] ( https://picgo.github.io/PicGo-Doc/zh/guide/config.html#%E5%9B%BE%E5%BA%8A%E5%8C%BA ) 。
3535> 腾讯云COS仅支持v5版配置
@@ -49,14 +49,45 @@ Flutter-PicGo: 一个用于快速上传图片并获取图片URL链接的**手机
4949
5050# 应用说明
5151
52- 目前仅支持iOS与Android端,由于部分插件例如[ sqflite] ( https://pub.dev/packages/sqflite ) ,所以并不支持Web端 。
52+ 目前仅支持iOS与Android端,由于部分插件例如[ sqflite] ( https://pub.dev/packages/sqflite ) 不支持Web端,所以应用也并不支持Web端 。
5353
54- # 致谢
54+ # 有问题或者有更好的建议
55+
56+ - 欢迎提 [ Issues] ( https://github.com/PicGo/flutter-picgo/issues )
57+
58+ > 如果项目有帮助到你或者喜欢这个项目,可以给个Star支持一下鸭
59+
60+ # 相关
5561
5662- [ PicGo] ( https://github.com/Molunerfinn/PicGo )
63+
64+ # 致谢
65+
5766- [ Flutter-Go] ( https://github.com/alibaba/flutter-go )
5867
59- # License
68+ # [ License] ( https://github.com/hackycy/flutter-picgo/blob/master/LICENSE )
69+
70+ ``` txt
71+ MIT License
72+
73+ Copyright (c) 2020 Mr.Yang
74+
75+ Permission is hereby granted, free of charge, to any person obtaining a copy
76+ of this software and associated documentation files (the "Software"), to deal
77+ in the Software without restriction, including without limitation the rights
78+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
79+ copies of the Software, and to permit persons to whom the Software is
80+ furnished to do so, subject to the following conditions:
81+
82+ The above copyright notice and this permission notice shall be included in all
83+ copies or substantial portions of the Software.
6084
61- [ MIT] ( https://github.com/hackycy/flutter-picgo/blob/master/LICENSE )
85+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
86+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
87+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
88+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
89+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
90+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
91+ SOFTWARE.
92+ ```
6293
0 commit comments