feat: 动态侧栏新增按最常访问显示所有已关注Up功能;抽屉式侧栏限制安全域

This commit is contained in:
orz12
2024-07-11 17:36:47 +08:00
parent e69c723e19
commit 99224640d8
6 changed files with 96 additions and 7 deletions

View File

@@ -185,6 +185,13 @@ class _StyleSettingState extends State<StyleSetting> {
}
},
),
const SetSwitchItem(
title: '动态页显示所有已关注Up主',
subTitle: '并以最常访问排序Up',
leading: Icon(Icons.people_alt_outlined),
setKey: SettingBoxKey.dynamicsShowAllFollowedUp,
defaultVal: false,
),
ListTile(
dense: false,
onTap: () => settingController.setDynamicBadgeMode(context),