mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: 动态侧栏新增按最常访问显示所有已关注Up功能;抽屉式侧栏限制安全域
This commit is contained in:
@@ -257,7 +257,7 @@ class _ExtraSettingState extends State<ExtraSetting> {
|
||||
return SelectDialog<int>(
|
||||
title: '动态展示',
|
||||
value: defaultDynamicType,
|
||||
values: DynamicsType.values.map((e) {
|
||||
values: DynamicsType.values.sublist(0, 4).map((e) {
|
||||
return {'title': e.labels, 'value': e.index};
|
||||
}).toList());
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user