refa: settings page

This commit is contained in:
My-Responsitories
2026-06-23 22:07:35 +08:00
parent fa69955b76
commit cd3b0547a2
10 changed files with 64 additions and 246 deletions

View File

@@ -93,8 +93,8 @@ List<SettingsModel> get recommendSettings => [
onChanged: (value) => RecommendFilter.exemptFilterForFollowed = value,
),
SwitchModel(
title: '过滤器也应用于相关视频',
subtitle: '视频详情页的相关视频也进行过滤¹',
title: '过滤器也应用于详情页相关视频',
subtitle: '其它如热门视频、搜索等均不受过滤器影响无法豁免相关视频中的已关注UP',
leading: const Icon(Icons.explore_outlined),
setKey: SettingBoxKey.applyFilterToRelatedVideos,
defaultVal: true,