|
@@ -92,9 +92,9 @@ const Card: FC<PropsWithChildren<CardProps>> = (props) => {
|
|
|
<p className={"h-[0.6rem]"}>{item?.game_name_cn}</p>
|
|
|
|
|
|
<div className={"flex w-[2.2rem] justify-around"}>
|
|
|
- {/* 只是pp游戏展示demo试玩按钮 */}
|
|
|
+ {/* 只是PG游戏展示demo试玩按钮 */}
|
|
|
{
|
|
|
- item?.category_name === 'PP' && <Button
|
|
|
+ item?.category_name === 'PG' && <Button
|
|
|
onClick={() => playGameHandler({...item!, demo: 1})}
|
|
|
className={
|
|
|
"h-[0.39rem] w-[0.89rem] rounded-[0.05rem] text-[0.15rem]" +
|