From a9b0c93c1bff492ec3d2435b1a60609108ff8807 Mon Sep 17 00:00:00 2001 From: zhx Date: Wed, 17 Jun 2026 11:55:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/rooms/pages/RoomRobotPage.jsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/features/rooms/pages/RoomRobotPage.jsx b/src/features/rooms/pages/RoomRobotPage.jsx index d7e3b0b..4d8ac59 100644 --- a/src/features/rooms/pages/RoomRobotPage.jsx +++ b/src/features/rooms/pages/RoomRobotPage.jsx @@ -170,7 +170,7 @@ export function RoomRobotPage() { )} renderOption={(props, option) => (
  • - +
  • )} size="small" @@ -196,7 +196,7 @@ export function RoomRobotPage() { )} renderOption={(props, option) => (
  • - +
  • )} size="small" @@ -318,8 +318,14 @@ function RobotRoomIdentity({ room }) { ); } -function RobotIdentity({ user = {}, fallbackId = "" }) { - return ; +function RobotIdentity({ fallbackId = "", openInAppUserDetail = true, user = {} }) { + return ( + + ); } function RobotRoomStatus({ page, room }) {