mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
feat: Enhance proxy groups with Initials navigation and performance optimizations
This commit is contained in:
@@ -118,7 +118,6 @@ impl SpeedRate {
|
||||
let icon_text_gap = 10;
|
||||
let max_text_width: f32 = 510.0;
|
||||
let text_area_start = width as i32 + icon_text_gap;
|
||||
let text_area_width = max_text_width.ceil() as u32;
|
||||
|
||||
// 用透明色清除文字区域
|
||||
for x in text_area_start..image.width() as i32 {
|
||||
|
||||
Reference in New Issue
Block a user