feat: 首页tabbar样式设置 issues #564

This commit is contained in:
guozhigq
2024-02-23 22:44:10 +08:00
parent 5746b85b27
commit 02cc164635
4 changed files with 75 additions and 25 deletions

View File

@ -102,6 +102,12 @@ class _StyleSettingState extends State<StyleSetting> {
defaultVal: true,
needReboot: true,
),
const SetSwitchItem(
title: '首页底栏背景渐变',
setKey: SettingBoxKey.enableGradientBg,
defaultVal: true,
needReboot: true,
),
ListTile(
onTap: () async {
int? result = await showDialog(