Skip to content

Commit 37d1a31

Browse files
committed
fix: remove aprot from character blocklist
1 parent 5360708 commit 37d1a31

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

scripts/shared.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ const CHARACTER_TABLE_JSON_URL =
3838
'https://raw.githubusercontent.com/Kengxxiao/ArknightsGameData/master/zh_CN/gamedata/excel/character_table.json'
3939

4040
const CHARACTER_BLOCKLIST = [
41-
'char_512_aprot', // 暮落(集成战略):It's just not gonna be there.
4241
'token_10012_rosmon_shield', // 迷迭香的战术装备:It's just not gonna be there.
4342
]
4443

src/components/OperationCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const OperationCard = ({
8787
/>
8888
</Tooltip2>
8989
<div className="flex-1" />
90-
<div className="flex flex-col items-end">
90+
<div className="flex flex-col items-end whitespace-nowrap">
9191
<div className="w-full flex justify-end text-zinc-500">
9292
<div className="flex items-center mr-4">
9393
<Icon icon="star" className="mr-1.5" />

0 commit comments

Comments
 (0)