Refactor(LocalPage): Remove favorite attribute

Remove favorite attribute from LocalCard
This commit is contained in:
2024-05-19 17:20:24 +08:00
parent 22e2e15db8
commit 6dd1f51c89

View File

@@ -124,7 +124,6 @@ const Local = () => {
ver={firstTool!.ver} ver={firstTool!.ver}
platform={firstTool!.platform} platform={firstTool!.platform}
supportPlatform={tools.map((value) => value.platform)} supportPlatform={tools.map((value) => value.platform)}
favorite={firstTool!.favorite}
/> />
) )
})} })}