Skip to content

Commit 4cf4878

Browse files
Peter_TanRock-520
authored andcommitted
feat: 更新超级麦吉代码,修复若干体验问题
1 parent 68b5ad3 commit 4cf4878

File tree

2 files changed

+2
-2
lines changed
  • frontend/magic-web/src/opensource

2 files changed

+2
-2
lines changed

frontend/magic-web/src/opensource/layouts/BaseLayout/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const useStyles = createStyles(
3232
subSider: {},
3333
content: css`
3434
width: calc(100% - var(--sider-width));
35-
height: 100%;
35+
height: calc(100% - 44px);
3636
`,
3737
}
3838
},

frontend/magic-web/src/opensource/pages/superMagic/utils/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export const getMessagesByConversationId = async ({
132132
page_token?: string
133133
}): Promise<any> => {
134134
return magicClient.post(
135-
`/api/v1/im/conversations/${conversation_id}/messages/queries`,
135+
`/api/v2/magic/conversations/${conversation_id}/message/queries`,
136136
{
137137
limit,
138138
order,

0 commit comments

Comments
 (0)