enable http2 (#331)

This commit is contained in:
My-Responsitories
2025-02-26 14:02:19 +00:00
committed by GitHub
parent 1c3d77b95d
commit 0a6950e34a
8 changed files with 112 additions and 84 deletions

View File

@@ -2181,6 +2181,14 @@ List<SettingsModel> get extraSettings => [
setKey: SettingBoxKey.defaultShowComment,
defaultVal: false,
),
SettingsModel(
settingsType: SettingsType.sw1tch,
title: '启用HTTP/2',
subtitle: '测试中',
leading: Icon(Icons.swap_horizontal_circle_outlined),
setKey: SettingBoxKey.enableHttp2,
defaultVal: false,
),
SettingsModel(
settingsType: SettingsType.normal,
title: '评论展示',