mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
enable http2 (#331)
This commit is contained in:
committed by
GitHub
parent
1c3d77b95d
commit
0a6950e34a
@@ -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: '评论展示',
|
||||
|
||||
Reference in New Issue
Block a user