feat: 新增禁用收到的赞功能

This commit is contained in:
orz12
2024-03-22 21:09:44 +08:00
parent 27d9fa05f5
commit c03e43098b
4 changed files with 35 additions and 13 deletions

View File

@@ -198,6 +198,12 @@ class _ExtraSettingState extends State<ExtraSetting> {
setKey: SettingBoxKey.enableAi,
defaultVal: true,
),
const SetSwitchItem(
title: '消息页禁用“收到的赞”功能',
subTitle: '禁止打开入口,降低网络社交依赖',
setKey: SettingBoxKey.disableLikeMsg,
defaultVal: false,
),
ListTile(
dense: false,
title: Text('评论展示', style: titleStyle),