tweak: danmaku (#1756)

* fix: danmaku like

* opt: danmaku merge

* remove: showSpecialDanmaku
This commit is contained in:
My-Responsitories
2025-11-28 16:50:37 +08:00
committed by GitHub
parent 0f8da1999a
commit 62bb605ee8
8 changed files with 59 additions and 65 deletions

View File

@@ -536,13 +536,6 @@ List<SettingsModel> get extraSettings => [
setKey: SettingBoxKey.showVipDanmaku,
defaultVal: true,
),
const SettingsModel(
settingsType: SettingsType.sw1tch,
title: '显示高级弹幕',
leading: Icon(MdiIcons.paletteAdvanced),
setKey: SettingBoxKey.showSpecialDanmaku,
defaultVal: false,
),
const SettingsModel(
settingsType: SettingsType.sw1tch,
title: '合并弹幕',