feat: 添加自定义标签组件,更新聊天记录和设备管理页面,优化请求配置

This commit is contained in:
Junsen
2025-08-11 15:14:23 +08:00
parent 70221e7f62
commit dbc1a515d2
24 changed files with 1376 additions and 951 deletions
@@ -17,6 +17,9 @@ export function getChatSessions(agentId: string, params: GetSessionsParams) {
ignoreAuth: false,
toast: false,
},
cacheFor: {
expire: 0,
},
})
}