feat: 扩展主题界面适配与 Agent 服务工具

This commit is contained in:
2026-09-09 21:44:21 +08:00
parent 76909f3e84
commit e5d144056c
26 changed files with 703 additions and 92 deletions
@@ -55,7 +55,9 @@ describe('桌面顶部段落菜单', () => {
expect(wrapper.text()).toContain('工作区搜索AI 对话智能体任务音视频')
expect(wrapper.text()).toContain('Skill 管理Plugin 管理MCP 服务器')
await wrapper.get('[data-menu="help"] .menu-trigger').trigger('click')
expect(wrapper.text()).toContain('运行日志Benchmark 评测社区目录设置与诊断…')
expect(wrapper.text()).toContain('运行日志Benchmark 评测社区目录Function Plot 教程设置与诊断…')
await wrapper.get('[data-help-function-plot]').trigger('click')
expect(routerPush).toHaveBeenCalledWith('/help/function-plot')
wrapper.unmount()
})