feat: 对齐后端能力并补齐形态提示词与生产诊断

This commit is contained in:
GouJ
2026-09-02 18:21:20 +08:00
parent 7d8074f90e
commit f71d2bf0a4
30 changed files with 1707 additions and 66 deletions
@@ -236,7 +236,12 @@ function exportScript() {
</div>
</NScrollbar>
</main>
<HistoryPanel v-if="showHistory" :checkpoints="checkpoints" workflow="create-drama" />
<HistoryPanel
v-if="showHistory"
:project-id="project?.id"
:checkpoints="checkpoints"
workflow="create-drama"
/>
</div></div
></WorkspacePage>
</template>