v1.0.24 更新日志

This commit is contained in:
guozhigq
2024-10-03 15:14:56 +08:00
parent 0c858e753f
commit 02b3d27928
4 changed files with 18 additions and 24 deletions

View File

@ -1,7 +1,5 @@
## 1.0.24
该版本代码未开源,酌情使用。
### 功能
+ 私信功能
+ 回复我的、收到的赞查看
@ -22,4 +20,4 @@
更多更新日志可在Github上查看
问题反馈、功能建议请查看「关于」页面。
问题反馈、功能建议请查看「关于」页面。

View File

@ -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(
() {

View File

@ -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:

View File

@ -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