From 15a15ded10ce55b327d8930b5145df0f4cf2e4f8 Mon Sep 17 00:00:00 2001 From: sd <shidong@jhsoft.cc> Date: 星期一, 11 八月 2025 17:25:23 +0800 Subject: [PATCH] 问搜万物-卡片布局优化;模型优化数据添加按钮调整触发方式;历史会话样式调整。 --- src/api/scene.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/api/scene.ts b/src/api/scene.ts index 2fcc96b..fa61c1a 100644 --- a/src/api/scene.ts +++ b/src/api/scene.ts @@ -50,6 +50,7 @@ return request({ url: "/api-v1/v1/task/list", method: "get", + headers: { contentType: "application/json; charset=utf-8" }, params: query }); }; -- Gitblit v1.8.0