mirror of
https://github.com/fankes/komari-theme-purcarte.git
synced 2025-10-18 19:39:22 +08:00
feat: 添加流量进度条样式选项,优化相关组件
This commit is contained in:
@@ -172,6 +172,14 @@
|
||||
"default": true,
|
||||
"help": "启用后默认显示 SWAP 信息"
|
||||
},
|
||||
{
|
||||
"key": "selectTrafficProgressStyle",
|
||||
"name": "流量进度条样式",
|
||||
"type": "select",
|
||||
"options": "circular,linear",
|
||||
"default": "circular",
|
||||
"help": "设置流量进度条样式为 circular(环形)或 linear(线形)"
|
||||
},
|
||||
{
|
||||
"key": "enableListItemProgressBar",
|
||||
"name": "启用列表视图进度条",
|
||||
|
Reference in New Issue
Block a user