FunctionChessBoard3D({
board,
selectedPos,
validTargets,
lastMove,
checkKingPos,
canInteract,
onSquareClick,
})
apps/webuiapps/src/pages/Chess/components/ChessBoard3D.tsx:275
FunctionCreatePostForm({
onSubmit,
draftContent,
onDraftChange,
currentUserName,
currentUserAvatar,
})
apps/webuiapps/src/pages/Twitter/index.tsx:382
FunctionEditView({
modName,
setModName,
modNameEn,
setModNameEn,
modDescription,
setModDescription,
stages,
up
apps/webuiapps/src/components/ChatPanel/ModPanel.tsx:452
FunctionEmailItem({
email,
isSelected,
onSelect,
onStar,
onUnstar,
onDelete,
})
apps/webuiapps/src/pages/Email/index.tsx:198
FunctionGameBoard({
board,
currentTurn,
humanColor,
lastMove,
winLine,
phase,
onPlaceStone,
})
apps/webuiapps/src/pages/Gomoku/index.tsx:157
FunctionPlayerBar({
currentSong,
playerState,
onPlayPause,
onPrev,
onNext,
onSeek,
onVolumeChange,
onToggleRepe
apps/webuiapps/src/pages/MusicApp/index.tsx:189
FunctionPostCard({
post,
onLike,
onUnlike,
onDelete,
onComment,
isCurrentUser,
currentUserName,
currentUserAva
apps/webuiapps/src/pages/Twitter/index.tsx:275
FunctionSongList({
songs,
currentSongId,
isPlaying,
playlistName,
onPlaySong,
onPlayAll,
})
apps/webuiapps/src/pages/MusicApp/index.tsx:103