Merge branch 'fix'
This commit is contained in:
@ -103,7 +103,7 @@ class _StyleSettingState extends State<StyleSetting> {
|
||||
needReboot: true,
|
||||
),
|
||||
const SetSwitchItem(
|
||||
title: '首页底栏背景渐变',
|
||||
title: '首页顶部背景渐变',
|
||||
setKey: SettingBoxKey.enableGradientBg,
|
||||
defaultVal: true,
|
||||
needReboot: true,
|
||||
|
||||
@ -95,6 +95,6 @@ class WebviewController extends GetxController {
|
||||
},
|
||||
),
|
||||
)
|
||||
..loadRequest(Uri.parse(url));
|
||||
..loadRequest(Uri.parse(url.startsWith('http') ? url : 'https://$url'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user