Skip to content

Commit

Permalink
Refactor net.html to update color of downlink network speed
Browse files Browse the repository at this point in the history
  • Loading branch information
arloor committed Oct 24, 2024
1 parent 672bca0 commit 653fca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_http_proxy/html/net.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"data": {{ series_down }},
"name": "下行网速",
itemStyle: {
color: '#0f00f0',
color: '#5bf',
},
},
];
Expand Down

0 comments on commit 653fca9

Please sign in to comment.