- MinimalBlocks: 摘要行分类覆盖全部原生工具,新增 MCP(mcp__前缀)/工作流三分/待办两分等文案;counts 改由 CATEGORY_ORDER 生成,根治新增分类漏初始化导致摘要空白的 bug - workflow.svg 换新设计(圆+扁菱形+圆弧弯+圆角方块),侧边栏/快捷菜单窗口内联图标同步,侧边栏图标尺寸修正为 18px - TOOL_ICON_MAP 增加 7 个工作流工具映射,补 submit_plan/terminate_sub_agent - tools_execution: 只读模式放行 terminal_session/snapshot、子智能体全家、list_mcp_servers、list/get_workflow_status 及全部 mcp__ 前缀工具 - EditSummaryCard: 桌面端 diff 弹窗最大高度改为 min(可用空间, 70vh, 640px) - 工作流编辑器:移除阶段块「单出线/终点」文字与顶栏激活按钮;提醒/报错改为按钮下方固定高度浮层(内部滚动+点外部关闭),不再挤占页面布局
25 lines
794 B
XML
25 lines
794 B
XML
<svg
|
||
xmlns="http://www.w3.org/2000/svg"
|
||
width="24"
|
||
height="24"
|
||
viewBox="0 0 24 24"
|
||
fill="none"
|
||
stroke="currentColor"
|
||
stroke-width="1.8"
|
||
stroke-linecap="round"
|
||
stroke-linejoin="round"
|
||
>
|
||
<!-- 顶部圆节点 -->
|
||
<circle cx="12" cy="4.6" r="2.6" />
|
||
<!-- 圆 → 菱形 竖直连线 -->
|
||
<path d="M12 7.2 V10.1" />
|
||
<!-- 中部菱形(扁平:半宽3.5 / 半高2.2) -->
|
||
<path d="M8.5 12.3 L12 10.1 L15.5 12.3 L12 14.5 Z" stroke-linejoin="miter" />
|
||
<!-- 左右连接线(圆弧弯) -->
|
||
<path d="M8.5 12.3 H6.1 Q4.5 12.3 4.5 13.9 V16.3" />
|
||
<path d="M15.5 12.3 H17.9 Q19.5 12.3 19.5 13.9 V16.3" />
|
||
<!-- 底部圆角方块 -->
|
||
<rect x="2.4" y="16.3" width="4.2" height="4.2" rx="1.1" />
|
||
<rect x="17.4" y="16.3" width="4.2" height="4.2" rx="1.1" />
|
||
</svg>
|