mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-16 12:51:45 +00:00
🎨 修改圣遗物评分返回的颜色
This commit is contained in:
parent
2da69d3d5e
commit
4843e3d846
@ -208,9 +208,9 @@ class Artifact(BaseModel):
|
||||
mapping = {
|
||||
"D": "text-neutral-400",
|
||||
"C": "text-neutral-200",
|
||||
"B": "text-neutral-200",
|
||||
"B": "text-violet-400",
|
||||
"A": "text-violet-400",
|
||||
"S": "text-violet-400",
|
||||
"S": "text-yellow-400",
|
||||
"SS": "text-yellow-400",
|
||||
"SSS": "text-yellow-400",
|
||||
"ACE": "text-red-500",
|
||||
|
Loading…
Reference in New Issue
Block a user