This commit is contained in:
2025-11-27 21:52:24 +08:00
parent 0ff9a69a80
commit a32f7929a7

View File

@@ -713,8 +713,8 @@ const arePropsEqual = (
};
// 使用 React.memo 优化组件,减少不必要的重新渲染
export const UserInfoCard = React.memo(UserInfoCardComponent, arePropsEqual);
// export const UserInfoCard = React.memo(UserInfoCardComponent, arePropsEqual);
export const UserInfoCard = UserInfoCardComponent;
// 球局记录接口
export interface GameRecord {
id: string;