Skip to content

Commit a4dae89

Browse files
committed
📝 Fix link references in README
1 parent a7b436e commit a4dae89

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README-ZH.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ that can be found in the LICENSE file. -->
1616
Language: [English](README.md) | 中文简体
1717

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

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

2727
<details>
28-
<summary>Table of content</summary>
28+
<summary>目录列表</summary>
2929

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

231+
[wechat_assets_picker pub]: https://pub.flutter-io.cn/packages/wechat_assets_picker
231232
[photo_manager pub]: https://pub.flutter-io.cn/packages/photo_manager
232233
[迁移指南]: https://github.com/fluttercandies/flutter_wechat_camera_picker/blob/main/guides/migration_guide.md
234+
[photo_manager API 文档]: https://pub.flutter-io.cn/documentation/photo_manager/latest/

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ that can be found in the LICENSE file. -->
1616
Language: English | [中文简体](README-ZH.md)
1717

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

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

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

0 commit comments

Comments
 (0)