feat: add reliable OpenList segment uploads
This commit is contained in:
@@ -94,6 +94,18 @@ function resolveToneByNumber(value: number, context: BadgeContext): Tone {
|
||||
return "red";
|
||||
}
|
||||
|
||||
if (value === 3) {
|
||||
return "blue";
|
||||
}
|
||||
|
||||
if (value === 4) {
|
||||
return "yellow";
|
||||
}
|
||||
|
||||
if (value === 5) {
|
||||
return "orange";
|
||||
}
|
||||
|
||||
return "gray";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user