细节调整

This commit is contained in:
kron
2025-06-26 13:41:40 +08:00
parent 159207a99d
commit 7ec435ce45
4 changed files with 24 additions and 5 deletions

View File

@@ -35,3 +35,16 @@ export const roundsName = {
4: "四",
5: "五",
};
export const meleeAvatarColors = [
"#364469",
"#692735",
"#934B4B",
"#A98B69",
"#8268A2",
"#9C538F",
"#6870BB",
"#4B8593",
"#9BA969",
"#DCCE6D",
];