diff --git a/lib/pages/video/detail/introduction/controller.dart b/lib/pages/video/detail/introduction/controller.dart index 8114bdaf4..1c5ddb280 100644 --- a/lib/pages/video/detail/introduction/controller.dart +++ b/lib/pages/video/detail/introduction/controller.dart @@ -319,7 +319,7 @@ class VideoIntroController extends GetxController { // 分享视频 Future actionShareVideo() async { var result = await Share.share( - '${videoDetail.value.title} UP主: ${videoDetail.value.owner!.name!} - ${HttpString.baseUrl}/video/$bvid') + '【${videoDetail.value.title}】 UP主: ${videoDetail.value.owner!.name!} - https://b23.tv/$bvid') .whenComplete(() {}); return result; }