mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-31 06:29:46 +08:00
🎨 代码格式化
This commit is contained in:
@@ -63,7 +63,7 @@ function transAvatar(data: TGApp.Game.Record.Avatar[]): string {
|
||||
level: item.level,
|
||||
star: item.rarity === 105 ? 5 : item.rarity,
|
||||
constellation: item.actived_constellation_num,
|
||||
isShow: item.is_chosen ? <1>1 : <0>0,
|
||||
isShow: item.is_chosen ? <const>1 : <const>0,
|
||||
};
|
||||
})
|
||||
.sort((a, b) => {
|
||||
|
||||
Reference in New Issue
Block a user