订单优化
This commit is contained in:
parent
48ebc10c8e
commit
ed98fa7082
@ -462,6 +462,9 @@ func ShuffleColor(List []string, Last string) []string {
|
||||
List = append(List, v[2])
|
||||
}
|
||||
}
|
||||
if List[0] == Last {
|
||||
List[0], List[1] = List[1], List[0]
|
||||
}
|
||||
return List
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user