feat: 首页刷新逻辑 issues #133

This commit is contained in:
guozhigq
2023-09-20 23:52:04 +08:00
parent d1272efad4
commit 97268c36dc
3 changed files with 15 additions and 1 deletions

View File

@ -79,6 +79,12 @@ class _ExtraSettingState extends State<ExtraSetting> {
setKey: SettingBoxKey.enableWordRe,
defaultVal: false,
),
const SetSwitchItem(
title: '首页推荐刷新',
subTitle: '下拉刷新时保留上次内容',
setKey: SettingBoxKey.enableSaveLastData,
defaultVal: false,
),
ListTile(
dense: false,
title: Text('评论展示', style: titleStyle),