🎨 修改圣遗物评分返回的颜色

This commit is contained in:
洛水居室 2022-10-09 12:52:39 +08:00
parent 2da69d3d5e
commit 4843e3d846
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -208,9 +208,9 @@ class Artifact(BaseModel):
mapping = { mapping = {
"D": "text-neutral-400", "D": "text-neutral-400",
"C": "text-neutral-200", "C": "text-neutral-200",
"B": "text-neutral-200", "B": "text-violet-400",
"A": "text-violet-400", "A": "text-violet-400",
"S": "text-violet-400", "S": "text-yellow-400",
"SS": "text-yellow-400", "SS": "text-yellow-400",
"SSS": "text-yellow-400", "SSS": "text-yellow-400",
"ACE": "text-red-500", "ACE": "text-red-500",