feat: 简介默认展开

This commit is contained in:
guozhigq
2024-10-19 22:59:55 +08:00
parent bb2d5e5494
commit 83c9ce55c8
4 changed files with 15 additions and 1 deletions

View File

@ -169,7 +169,8 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
owner = widget.videoDetail!.owner;
enableAi = setting.get(SettingBoxKey.enableAi, defaultValue: true);
_expandableCtr = ExpandableController(initialExpanded: false);
_expandableCtr = ExpandableController(
initialExpanded: GlobalDataCache().enableAutoExpand);
}
// 收藏