mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-05-21 05:25:45 +08:00
💄 调整UP四星颜色
This commit is contained in:
@@ -63,7 +63,8 @@ function getEndHint(): string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const progressColor = computed<string>(() => {
|
const progressColor = computed<string>(() => {
|
||||||
if (hint === "UP") return "var(--tgc-od-orange)";
|
if (hint === "UP" && props.data.rank === "5") return "var(--tgc-od-orange)";
|
||||||
|
if (hint === "UP" && props.data.rank === "4") return "var(--tgc-od-purple)";
|
||||||
if (hint === "歪") return "var(--tgc-od-red)";
|
if (hint === "歪") return "var(--tgc-od-red)";
|
||||||
return "var(--tgc-od-blue)";
|
return "var(--tgc-od-blue)";
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user