Skip to content

Commit

Permalink
fix: 桌面端演员页面跳转错误
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaoMint committed Aug 7, 2023
1 parent 5eea62a commit 6cbdda7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pages/detail/view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class _DetailPageState extends State<DetailPage> {
onTap: () {
launchUrl(
Uri.parse(
"https://www.themoviedb.org/person/${cast.id}}",
"https://www.themoviedb.org/person/${cast.id}",
),
);
},
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: miru_app
description: A new Flutter project.
publish_to: "none"
version: 1.6.0+18
version: 1.6.1+19

environment:
sdk: ">=3.0.3 <4.0.0"
Expand Down

0 comments on commit 6cbdda7

Please sign in to comment.