修改数组

main
zhangbin 2025-12-16 14:10:00 +08:00
parent fb0d748e01
commit cb0008e09d
1 changed files with 1 additions and 1 deletions

View File

@ -2760,7 +2760,7 @@ namespace OpenAuth.App.ServiceApp
name = label.Name,
reliability = label.Reliability,
select = true,
color = new[] { 0, 255, 0 }
color = label.Color
};
}