feat: sync portal runtime fixes for release
This commit is contained in:
@@ -1982,7 +1982,7 @@ export function MindSpaceView({
|
||||
{!agentJobsLoading && agentJobsList.length === 0 && (
|
||||
<div className="mindspace-empty">
|
||||
<h2>还没有 AI 生成任务</h2>
|
||||
<p>在 OA 工作区选择资料并创建页面任务后,任务会出现在这里。</p>
|
||||
<p>在 OA 工作区选择资料并点击「AI 生成页面」后,任务会出现在这里。</p>
|
||||
</div>
|
||||
)}
|
||||
{!agentJobsLoading && agentJobsList.length > 0 && (
|
||||
|
||||
Reference in New Issue
Block a user