Skip to content

Commit

Permalink
v1.0.24 更新日志
Browse files Browse the repository at this point in the history
  • Loading branch information
guozhigq committed Oct 3, 2024
1 parent 0c858e7 commit 02b3d27
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 24 deletions.
4 changes: 1 addition & 3 deletions change_log/1.0.24.0626.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## 1.0.24

该版本代码未开源,酌情使用。

### 功能
+ 私信功能
+ 回复我的、收到的赞查看
Expand All @@ -22,4 +20,4 @@


更多更新日志可在Github上查看
问题反馈、功能建议请查看「关于」页面。
问题反馈、功能建议请查看「关于」页面。
10 changes: 10 additions & 0 deletions lib/pages/video/detail/introduction/view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,16 @@ class _VideoInfoState extends State<VideoInfo> 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(
() {
Expand Down
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down
16 changes: 1 addition & 15 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 02b3d27

Please sign in to comment.