Skip to content

Commit

Permalink
📝 Fix link references in README
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Aug 10, 2023
1 parent a7b436e commit a4dae89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ that can be found in the LICENSE file. -->
Language: [English](README.md) | 中文简体

基于微信界面的相机选择器,可单独运行,是
[**仿微信资源选择器**](https://pub.flutter-io.cn/packages/wechat_assets_picker) 的扩展。
[wechat_assets_picker][wechat_assets_picker pub] 的扩展。
选择器基于 `camera` 实现相机相关功能,`photo_manager` 实现资源相关内容。

当前的界面设计基于的微信版本:**8.3.x**
Expand All @@ -25,7 +25,7 @@ Language: [English](README.md) | 中文简体
查看 [迁移指南][] 了解如何从破坏性改动中迁移为可用代码。

<details>
<summary>Table of content</summary>
<summary>目录列表</summary>

<!-- TOC -->
* [Flutter WeChat Camera Picker](#flutter-wechat-camera-picker)
Expand Down Expand Up @@ -228,5 +228,7 @@ final AssetEntity? entity = await CameraPicker.pickFromCamera(
https://github.com/flutter/flutter/issues/89216
除此之外的问题,你可以提交 issue 进行提问。

[wechat_assets_picker pub]: https://pub.flutter-io.cn/packages/wechat_assets_picker
[photo_manager pub]: https://pub.flutter-io.cn/packages/photo_manager
[迁移指南]: https://github.com/fluttercandies/flutter_wechat_camera_picker/blob/main/guides/migration_guide.md
[photo_manager API 文档]: https://pub.flutter-io.cn/documentation/photo_manager/latest/
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ that can be found in the LICENSE file. -->
Language: English | [中文简体](README-ZH.md)

A **camera picker** based on WeChat's UI which is a separate runnable extension to
[wechat_assets_picker](https://pub.dev/packages/wechat_assets_picker).
[wechat_assets_picker][wechat_assets_picker pub].
The package based on `camera` for camera functions
and `photo_manager` for asset implementation.

Expand Down Expand Up @@ -264,5 +264,7 @@ Thank goes to these wonderful people ([emoji key](https://allcontributors.org/do
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

[wechat_assets_picker pub]: https://pub.dev/packages/wechat_assets_picker
[photo_manager pub]: https://pub.dev/packages/photo_manager
[Migration Guide]: https://github.com/fluttercandies/flutter_wechat_camera_picker/blob/main/guides/migration_guide.md
[photo_manager's API docs]: https://pub.dev/documentation/photo_manager/latest/

0 comments on commit a4dae89

Please sign in to comment.