feat: 优化延迟图表,添加连接断点控制

This commit is contained in:
Montia37
2025-08-27 16:19:28 +08:00
parent 3999b8b687
commit 018e15d78c
5 changed files with 39 additions and 9 deletions

View File

@@ -147,6 +147,13 @@
"default": true,
"help": "启用后默认显示延迟图表"
},
{
"key": "enableConnectBreaks",
"name": "启用连接断点",
"type": "switch",
"default": false,
"help": "启用后图表中的曲线将会跨过断点形成连续的线条,并使用半透明的垂直参考线来标记断点位置"
},
{
"key": "pingChatrtMaxPoints",
"name": "延迟图表最大渲染点数",