Skip to content

Commit 93cc604

Browse files
committed
📝 Fix images and descriptions
1 parent a769342 commit 93cc604

File tree

3 files changed

+24
-22
lines changed

3 files changed

+24
-22
lines changed

README-ZH.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ Language: [English](README.md) | 中文
9494

9595
## 截图 📸
9696

97-
| ![1](screenshots/README_1.webp) | ![2](screenshots/README_2.webp) | ![3](screenshots/README_3.webp) |
97+
| ![1](https://pic.alexv525.com/2021-07-05-picker_1.jpg) | ![2](https://pic.alexv525.com/2021-07-05-picker_2.jpg) | ![3](https://pic.alexv525.com/2021-07-05-picker_3.jpg) |
9898
|----------------------------------------------------------|----------------------------------------------------------|----------------------------------------------------------|
99-
| ![4](screenshots/README_4.webp) | ![5](screenshots/README_5.webp) | ![6](screenshots/README_6.webp) |
100-
| ![7](screenshots/README_7.webp) | ![8](screenshots/README_8.webp) | ![9](screenshots/README_9.webp) |
99+
| ![4](https://pic.alexv525.com/2021-07-05-picker_4.jpg) | ![5](https://pic.alexv525.com/2021-07-05-picker_5.jpg) | ![6](https://pic.alexv525.com/2021-07-05-picker_6.jpg) |
100+
| ![7](https://pic.alexv525.com/2021-07-06-picker_7.jpg) | ![8](https://pic.alexv525.com/2021-07-05-picker_8.jpg) | ![9](https://pic.alexv525.com/2021-07-05-picker_9-1.jpg) |
101101
| ![10](https://pic.alexv525.com/2021-07-05-picker_10.png) | ![10](https://pic.alexv525.com/2021-07-05-picker_11.png) | ![12](https://pic.alexv525.com/2021-07-05-picker_12.png) |
102102

103103
## 开始前的注意事项 ‼️
@@ -207,10 +207,8 @@ import 'package:wechat_assets_picker/wechat_assets_picker.dart';
207207
platform :osx, '10.15'
208208
```
209209
2. 使用 **Xcode** 打开 `macos/Runner.xcworkspace`
210-
接着根据下面的截图将最低构建版本提升至 **10.15**
211-
3. ![step 1](https://tva1.sinaimg.cn/large/007S8ZIlgy1ghw67v4yk4j30qy0b50u0.jpg)
212-
4. ![step 2](https://tva1.sinaimg.cn/large/007S8ZIlgy1ghw67vd3f2j30jv04zgm5.jpg)
213-
5. 与 iOS 一样,添加相同的内容到 `Info.plist` 里。
210+
接着将 macOS 的最低构建版本提升至 **10.15**
211+
3.[iOS](#iOS) 一样,添加相同的内容到 `Info.plist` 里。
214212

215213
## 使用方法 📖
216214

@@ -330,7 +328,7 @@ AssetPicker.unregisterObserve();
330328
`http` package: https://pub.flutter-io.cn/packages/http
331329

332330
`http` package 使用v
333-
[`MultipartFile`](https://pub.dev/documentation/http/latest/http/MultipartFile-class.html)
331+
[`MultipartFile`](https://pub.flutter-io.cn/documentation/http/latest/http/MultipartFile-class.html)
334332
来在请求中处理文件。
335333

336334
示例代码如下:
@@ -461,7 +459,9 @@ final List<String> result = await PhotoManager.editor.deleteWithIds(
461459
);
462460
```
463461

464-
参考文档:[photo_manager#insert-new-item][]
462+
你可以阅读 [photo_manager#from-raw-data][]
463+
[photo_manager#delete-entities][]
464+
了解更多细节。
465465

466466
### 控制台提示 'Failed to find GeneratedAppGlideModule'
467467

@@ -497,5 +497,6 @@ W/Glide (21133): Failed to find GeneratedAppGlideModule.
497497
[photo_manager API 文档]: https://pub.flutter-io.cn/documentation/photo_manager/latest/
498498
[Glide Generated API 文档]: https://muyangmin.github.io/glide-docs-cn/doc/generatedapi.html
499499
[贡献自定义实现]: https://github.com/fluttercandies/flutter_wechat_assets_picker/blob/main/example/lib/customs/CONTRIBUTING.md
500-
[photo_manager#561]: https://github.com/CaiJingLong/flutter_photo_manager/issues/561
501-
[photo_manager#insert-new-item]: https://github.com/CaiJingLong/flutter_photo_manager#insert-new-item
500+
[photo_manager#561]: https://github.com/fluttercandies/flutter_photo_manager/issues/561
501+
[photo_manager#from-raw-data]: https://github.com/fluttercandies/flutter_photo_manager#from-raw-data
502+
[photo_manager#delete-entities]: https://github.com/fluttercandies/flutter_photo_manager#delete-entities

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ See the [Migration Guide][] to learn how to migrate between breaking changes.
9999

100100
## Screenshots 📸
101101

102-
| ![1](screenshots/README_1.webp) | ![2](screenshots/README_2.webp) | ![3](screenshots/README_3.webp) |
102+
| ![1](https://pic.alexv525.com/2021-07-05-picker_1.jpg) | ![2](https://pic.alexv525.com/2021-07-05-picker_2.jpg) | ![3](https://pic.alexv525.com/2021-07-05-picker_3.jpg) |
103103
|----------------------------------------------------------|----------------------------------------------------------|----------------------------------------------------------|
104-
| ![4](screenshots/README_4.webp) | ![5](screenshots/README_5.webp) | ![6](screenshots/README_6.webp) |
105-
| ![7](screenshots/README_7.webp) | ![8](screenshots/README_8.webp) | ![9](screenshots/README_9.webp) |
104+
| ![4](https://pic.alexv525.com/2021-07-05-picker_4.jpg) | ![5](https://pic.alexv525.com/2021-07-05-picker_5.jpg) | ![6](https://pic.alexv525.com/2021-07-05-picker_6.jpg) |
105+
| ![7](https://pic.alexv525.com/2021-07-06-picker_7.jpg) | ![8](https://pic.alexv525.com/2021-07-05-picker_8.jpg) | ![9](https://pic.alexv525.com/2021-07-05-picker_9-1.jpg) |
106106
| ![10](https://pic.alexv525.com/2021-07-05-picker_10.png) | ![10](https://pic.alexv525.com/2021-07-05-picker_11.png) | ![12](https://pic.alexv525.com/2021-07-05-picker_12.png) |
107107

108108
## READ THIS FIRST ‼️
@@ -213,11 +213,9 @@ consider declare only relevant permission in your apps, more specifically:
213213
```ruby
214214
platform :osx, '10.15'
215215
```
216-
2. Set the minimum deployment target to *10.15*.
216+
2. Set the minimum deployment target of the macOS to *10.15*.
217217
Use XCode to open `macos/Runner.xcworkspace` .
218-
3. ![step 1](https://tva1.sinaimg.cn/large/007S8ZIlgy1ghw67v4yk4j30qy0b50u0.jpg)
219-
4. ![step 2](https://tva1.sinaimg.cn/large/007S8ZIlgy1ghw67vd3f2j30jv04zgm5.jpg)
220-
5. Follow the iOS instructions and modify `Info.plist` accordingly.
218+
3. Follow the [iOS](#iOS) instructions and modify `Info.plist` accordingly.
221219

222220
## Usage 📖
223221

@@ -477,7 +475,9 @@ final List<String> result = await PhotoManager.editor.deleteWithIds(
477475
);
478476
```
479477

480-
ref: [photo_manager#insert-new-item][]
478+
See [photo_manager#from-raw-data][]
479+
and [photo_manager#delete-entities][]
480+
for more details.
481481

482482
### Glide warning 'Failed to find GeneratedAppGlideModule'
483483

@@ -560,5 +560,6 @@ such as [IntelliJ IDEA](https://www.jetbrains.com/idea/?from=fluttercandies).
560560
[photo_manager's API docs]: https://pub.dev/documentation/photo_manager/latest/
561561
[Glide Generated API docs]: https://sjudd.github.io/glide/doc/generatedapi.html
562562
[Contribute custom implementations]: https://github.com/fluttercandies/flutter_wechat_assets_picker/blob/main/example/lib/customs/CONTRIBUTING.md
563-
[photo_manager#561]: https://github.com/CaiJingLong/flutter_photo_manager/issues/561
564-
[photo_manager#insert-new-item]: https://github.com/CaiJingLong/flutter_photo_manager#insert-new-item
563+
[photo_manager#561]: https://github.com/fluttercandies/flutter_photo_manager/issues/561
564+
[photo_manager#from-raw-data]: https://github.com/fluttercandies/flutter_photo_manager#from-raw-data
565+
[photo_manager#delete-entities]: https://github.com/fluttercandies/flutter_photo_manager#delete-entities

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: wechat_assets_picker
2-
version: 8.3.1
2+
version: 8.3.1+1
33
description: |
44
An image picker (also with videos and audio)
55
for Flutter projects based on WeChat's UI,

0 commit comments

Comments
 (0)