feat: 添加流量进度条样式选项,优化相关组件

This commit is contained in:
Montia37
2025-09-09 17:47:59 +08:00
parent 8b3e7b8f40
commit 16c790a48f
9 changed files with 163 additions and 69 deletions

View File

@@ -172,6 +172,14 @@
"default": true,
"help": "启用后默认显示 SWAP 信息"
},
{
"key": "selectTrafficProgressStyle",
"name": "流量进度条样式",
"type": "select",
"options": "circular,linear",
"default": "circular",
"help": "设置流量进度条样式为 circular环形或 linear线形"
},
{
"key": "enableListItemProgressBar",
"name": "启用列表视图进度条",