Skip to content

Commit

Permalink
feat: add tips
Browse files Browse the repository at this point in the history
  • Loading branch information
bbb169 committed Oct 22, 2023
1 parent 1dea957 commit f84bba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/playRoom/component/playerBox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default function PlayerBox ({ player } : { player: PlayerInfoType }) {
<div>已下注: {player.calledChips}</div>
<div>已负债: {player.debt}</div>
{isBarking && <div>正在狗叫...</div>}
{<div>点击表情可互动</div>}
</div>
<div css={css`
display: flex;
Expand Down

0 comments on commit f84bba8

Please sign in to comment.