feat: 添加启动时清除缓存设置

This commit is contained in:
orz12
2024-04-04 10:44:10 +08:00
parent e3fb4d4b28
commit d43feec713
3 changed files with 11 additions and 0 deletions

View File

@@ -284,6 +284,12 @@ class _ExtraSettingState extends State<ExtraSetting> {
),
),
),
const SetSwitchItem(
title: '自动清除缓存',
subTitle: '每次启动时清除缓存',
setKey: SettingBoxKey.autoClearCache,
defaultVal: false,
),
const SetSwitchItem(
title: '检查更新',
subTitle: '每次启动时检查是否需要更新',