Skip to content

Commit 02b3d27

Browse files
committed
v1.0.24 更新日志
1 parent 0c858e7 commit 02b3d27

File tree

4 files changed

+18
-24
lines changed

4 files changed

+18
-24
lines changed

change_log/1.0.24.0626.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## 1.0.24
22

3-
该版本代码未开源,酌情使用。
4-
53
### 功能
64
+ 私信功能
75
+ 回复我的、收到的赞查看
@@ -22,4 +20,4 @@
2220

2321

2422
更多更新日志可在Github上查看
25-
问题反馈、功能建议请查看「关于」页面。
23+
问题反馈、功能建议请查看「关于」页面。

lib/pages/video/detail/introduction/view.dart

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,16 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
466466
fadeInDuration: Duration.zero,
467467
fadeOutDuration: Duration.zero,
468468
),
469+
const SizedBox(width: 10),
470+
Text(owner.name, style: const TextStyle(fontSize: 13)),
471+
const SizedBox(width: 6),
472+
Text(
473+
follower,
474+
style: TextStyle(
475+
fontSize: t.textTheme.labelSmall!.fontSize,
476+
color: outline,
477+
),
478+
),
469479
const Spacer(),
470480
Obx(
471481
() {

pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -899,8 +899,8 @@ packages:
899899
description:
900900
path: media_kit
901901
ref: HEAD
902-
resolved-ref: "77a130b1d7ce733b47d2133b57563716090450d0"
903-
url: "https://github.com/media-kit/media-kit.git"
902+
resolved-ref: "285f7919bbf4a7d89a62615b14a3766a171ad575"
903+
url: "https://github.com/media-kit/media-kit"
904904
source: git
905905
version: "1.1.10+1"
906906
media_kit_libs_android_video:
@@ -940,8 +940,8 @@ packages:
940940
description:
941941
path: "libs/universal/media_kit_libs_video"
942942
ref: HEAD
943-
resolved-ref: "77a130b1d7ce733b47d2133b57563716090450d0"
944-
url: "https://github.com/media-kit/media-kit.git"
943+
resolved-ref: "285f7919bbf4a7d89a62615b14a3766a171ad575"
944+
url: "https://github.com/media-kit/media-kit"
945945
source: git
946946
version: "1.0.4"
947947
media_kit_libs_windows_video:
@@ -965,8 +965,8 @@ packages:
965965
description:
966966
path: media_kit_video
967967
ref: HEAD
968-
resolved-ref: "77a130b1d7ce733b47d2133b57563716090450d0"
969-
url: "https://github.com/media-kit/media-kit.git"
968+
resolved-ref: "285f7919bbf4a7d89a62615b14a3766a171ad575"
969+
url: "https://github.com/media-kit/media-kit"
970970
source: git
971971
version: "1.2.4"
972972
meta:

pubspec.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.0.23+1023
19+
version: 1.0.24+1024
2020

2121
environment:
2222
sdk: ">=3.0.0 <4.0.0"
@@ -180,20 +180,6 @@ dependency_overrides:
180180
url: https://github.com/media-kit/media-kit
181181
path: libs/universal/media_kit_libs_video
182182

183-
dependency_overrides:
184-
media_kit:
185-
git:
186-
url: https://github.com/media-kit/media-kit.git
187-
path: media_kit
188-
media_kit_video:
189-
git:
190-
url: https://github.com/media-kit/media-kit.git
191-
path: media_kit_video
192-
media_kit_libs_video:
193-
git:
194-
url: https://github.com/media-kit/media-kit.git
195-
path: libs/universal/media_kit_libs_video
196-
197183
flutter_launcher_icons:
198184
android: true
199185
ios: true

0 commit comments

Comments
 (0)