fix typos

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-05 11:35:47 +08:00
parent b4a46133be
commit ea52dd4484
51 changed files with 162 additions and 162 deletions

View File

@@ -270,14 +270,14 @@ List<SettingsModel> get extraSettings => [
settingsType: SettingsType.sw1tch,
title: '默认展开视频简介',
leading: Icon(Icons.expand_more),
setKey: SettingBoxKey.alwaysExapndIntroPanel,
setKey: SettingBoxKey.alwaysExpandIntroPanel,
defaultVal: false,
),
const SettingsModel(
settingsType: SettingsType.sw1tch,
title: '横屏自动展开视频简介',
leading: Icon(Icons.expand_more),
setKey: SettingBoxKey.exapndIntroPanelH,
setKey: SettingBoxKey.expandIntroPanelH,
defaultVal: false,
),
const SettingsModel(