Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-25 18:12:33 +08:00
parent b5fe0faeec
commit 99602eea95
4 changed files with 18 additions and 16 deletions

View File

@@ -640,16 +640,16 @@ List<SettingsModel> get extraSettings => [
setKey: SettingBoxKey.enableCommAntifraud,
defaultVal: false,
),
const SwitchModel(
title: '使用「哔哩发评反诈」检查评论',
subtitle: '仅对Android生效',
leading: Icon(
FontAwesomeIcons.b,
size: 22,
if (Platform.isAndroid)
const SwitchModel(
title: '使用「哔哩发评反诈」检查评论',
leading: Icon(
FontAwesomeIcons.b,
size: 22,
),
setKey: SettingBoxKey.biliSendCommAntifraud,
defaultVal: false,
),
setKey: SettingBoxKey.biliSendCommAntifraud,
defaultVal: false,
),
const SwitchModel(
title: '发布/转发动态反诈',
subtitle: '发布/转发动态后检查动态是否可见',