mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-24 06:46:08 +08:00
fix: diy模式得分页再来一次按钮显示
This commit is contained in:
parent
5579d5a32e
commit
c6671038a8
|
@ -223,7 +223,13 @@ const Score: FC<{
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<div>{tip}</div>
|
{tip && <div>{tip}</div>}
|
||||||
|
|
||||||
|
{__DIY__ && (
|
||||||
|
<button className={'primary'} onClick={restartMethod}>
|
||||||
|
再来一次
|
||||||
|
</button>
|
||||||
|
)}
|
||||||
|
|
||||||
{!__DIY__ && (
|
{!__DIY__ && (
|
||||||
<div className={style.rankContainer}>
|
<div className={style.rankContainer}>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user