发布 v1.10 #5

Merged
czm merged 147 commits from develop into main 2026-08-20 11:36:27 +08:00
Showing only changes of commit de0ccf03aa - Show all commits

View File

@@ -12,7 +12,7 @@ describe('detail return navigation', () => {
['system/sysFeedback/sysFeedbackDetail.vue', '/sys/sysFeedback'], ['system/sysFeedback/sysFeedbackDetail.vue', '/sys/sysFeedback'],
['system/sysJob/SysJobLogList.vue', '/sys/sysJob'], ['system/sysJob/SysJobLogList.vue', '/sys/sysJob'],
['ai/workflow/WorkflowDesign.vue', '/ai/workflow'], ['ai/workflow/WorkflowDesign.vue', '/ai/workflow'],
['ai/workflow/RunPage.vue', '/ai/workflow'], ['ai/workflow/components/WorkflowChatPage.vue', '/ai/workflow'],
['ai/workflow/execute/WorkflowExecResultList.vue', '/ai/workflow'], ['ai/workflow/execute/WorkflowExecResultList.vue', '/ai/workflow'],
])('returns %s to its fixed parent list', (relativePath, parentPath) => { ])('returns %s to its fixed parent list', (relativePath, parentPath) => {
const source = readViewSource(relativePath); const source = readViewSource(relativePath);