This commit is contained in:
2026-03-29 09:46:03 -06:00
parent f26b06877c
commit 951e53c1dd

View File

@@ -31,7 +31,7 @@
<n-tab-pane name="chat" tab="AI 对话" display-directive="show"> <n-tab-pane name="chat" tab="AI 对话" display-directive="show">
<PromptPanel /> <PromptPanel />
</n-tab-pane> </n-tab-pane>
<n-tab-pane name="external" tab="外部AI" display-directive="show"> <n-tab-pane name="external" tab="手动提交" display-directive="show">
<ExternalAIPanel :task-id="taskId" /> <ExternalAIPanel :task-id="taskId" />
</n-tab-pane> </n-tab-pane>
</n-tabs> </n-tabs>