File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ const CHARACTER_TABLE_JSON_URL =
38
38
'https://raw.githubusercontent.com/Kengxxiao/ArknightsGameData/master/zh_CN/gamedata/excel/character_table.json'
39
39
40
40
const CHARACTER_BLOCKLIST = [
41
- 'char_512_aprot' , // 暮落(集成战略):It's just not gonna be there.
42
41
'token_10012_rosmon_shield' , // 迷迭香的战术装备:It's just not gonna be there.
43
42
]
44
43
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ export const OperationCard = ({
87
87
/>
88
88
</ Tooltip2 >
89
89
< div className = "flex-1" />
90
- < div className = "flex flex-col items-end" >
90
+ < div className = "flex flex-col items-end whitespace-nowrap " >
91
91
< div className = "w-full flex justify-end text-zinc-500" >
92
92
< div className = "flex items-center mr-4" >
93
93
< Icon icon = "star" className = "mr-1.5" />
You can’t perform that action at this time.
0 commit comments