feat: custom show related video

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-23 17:12:43 +08:00
parent c8e89653ed
commit 812170ce38
6 changed files with 49 additions and 19 deletions

View File

@@ -223,6 +223,12 @@ class _ExtraSettingState extends State<ExtraSetting> {
setKey: SettingBoxKey.showViewPoints,
defaultVal: true,
),
SetSwitchItem(
title: '视频页显示相关视频',
leading: Icon(Icons.recommend_outlined),
setKey: SettingBoxKey.showRelatedVideo,
defaultVal: true,
),
Obx(
() => ListTile(
enableFeedback: true,