feat(mindspace): 0630004 空间 UI、聊天连接、微信分享与 Agent 能力
含 MindSpace 三列布局与统计修复、聊天加载态与连接降级、平台页脚标记与 og:site_name 微信卡片、勾选资料删除 Agent 接口及内部话术过滤。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-1
@@ -1120,7 +1120,7 @@ export function createTkmindProxy({
|
||||
try {
|
||||
const upstream = await apiFetch(target, apiSecret, '/sessions', {
|
||||
method: 'GET',
|
||||
signal: AbortSignal.timeout(3000),
|
||||
signal: AbortSignal.timeout(12_000),
|
||||
});
|
||||
const text = await upstream.text();
|
||||
if (!upstream.ok) {
|
||||
|
||||
Reference in New Issue
Block a user