diff --git a/change_log/1.0.24.0626.md b/change_log/1.0.24.0626.md index 443f20d55..2a753d9e3 100644 --- a/change_log/1.0.24.0626.md +++ b/change_log/1.0.24.0626.md @@ -1,7 +1,5 @@ ## 1.0.24 -该版本代码未开源,酌情使用。 - ### 功能 + 私信功能 + 回复我的、收到的赞查看 @@ -22,4 +20,4 @@ 更多更新日志可在Github上查看 -问题反馈、功能建议请查看「关于」页面。 \ No newline at end of file +问题反馈、功能建议请查看「关于」页面。 diff --git a/lib/pages/video/detail/introduction/view.dart b/lib/pages/video/detail/introduction/view.dart index 267648ab5..93cc26c91 100644 --- a/lib/pages/video/detail/introduction/view.dart +++ b/lib/pages/video/detail/introduction/view.dart @@ -466,6 +466,16 @@ class _VideoInfoState extends State with TickerProviderStateMixin { fadeInDuration: Duration.zero, fadeOutDuration: Duration.zero, ), + const SizedBox(width: 10), + Text(owner.name, style: const TextStyle(fontSize: 13)), + const SizedBox(width: 6), + Text( + follower, + style: TextStyle( + fontSize: t.textTheme.labelSmall!.fontSize, + color: outline, + ), + ), const Spacer(), Obx( () { diff --git a/pubspec.lock b/pubspec.lock index 352b5cf95..c73ce3952 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -899,8 +899,8 @@ packages: description: path: media_kit ref: HEAD - resolved-ref: "77a130b1d7ce733b47d2133b57563716090450d0" - url: "https://github.com/media-kit/media-kit.git" + resolved-ref: "285f7919bbf4a7d89a62615b14a3766a171ad575" + url: "https://github.com/media-kit/media-kit" source: git version: "1.1.10+1" media_kit_libs_android_video: @@ -940,8 +940,8 @@ packages: description: path: "libs/universal/media_kit_libs_video" ref: HEAD - resolved-ref: "77a130b1d7ce733b47d2133b57563716090450d0" - url: "https://github.com/media-kit/media-kit.git" + resolved-ref: "285f7919bbf4a7d89a62615b14a3766a171ad575" + url: "https://github.com/media-kit/media-kit" source: git version: "1.0.4" media_kit_libs_windows_video: @@ -965,8 +965,8 @@ packages: description: path: media_kit_video ref: HEAD - resolved-ref: "77a130b1d7ce733b47d2133b57563716090450d0" - url: "https://github.com/media-kit/media-kit.git" + resolved-ref: "285f7919bbf4a7d89a62615b14a3766a171ad575" + url: "https://github.com/media-kit/media-kit" source: git version: "1.2.4" meta: diff --git a/pubspec.yaml b/pubspec.yaml index f83257ad2..091694730 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.23+1023 +version: 1.0.24+1024 environment: sdk: ">=3.0.0 <4.0.0" @@ -180,20 +180,6 @@ dependency_overrides: url: https://github.com/media-kit/media-kit path: libs/universal/media_kit_libs_video -dependency_overrides: - media_kit: - git: - url: https://github.com/media-kit/media-kit.git - path: media_kit - media_kit_video: - git: - url: https://github.com/media-kit/media-kit.git - path: media_kit_video - media_kit_libs_video: - git: - url: https://github.com/media-kit/media-kit.git - path: libs/universal/media_kit_libs_video - flutter_launcher_icons: android: true ios: true