feat: 样式调整

This commit is contained in:
zoujing
2026-02-04 09:59:05 +08:00
parent ff5355855f
commit 011c28d945
5 changed files with 15 additions and 14 deletions

View File

@@ -125,8 +125,8 @@ const inputMessage = ref("");
/// 发送消息中标志
const isSendingMessage = ref(false);
/// agentId 首页接口中获取 1953462165250859010
const agentId = ref("1953462165250859010");
/// agentId 首页接口中获取 1953462165250859011
const agentId = ref("1953462165250859011");
/// 会话ID 历史数据接口中获取
const conversationId = ref(props.conversationId);