mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2026-07-29 17:16:37 +08:00
fix: diy模式得分页再来一次按钮显示
This commit is contained in:
@@ -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}>
|
||||||
|
|||||||
Reference in New Issue
Block a user