mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: 动态侧栏新增按最常访问显示所有已关注Up功能;抽屉式侧栏限制安全域
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user