首页「更多」入口改为常驻:点击跳转工作流管理页,不再依赖工作流数量超出 9 个

- InputBar 快捷胶囊区、MainContent 占位卡片区:去掉「超过 9 个才显示」条件,「更多」常驻在列表末尾
- 清理 MainContent 不再使用的 hasMorePlaceWorkflows 状态

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-08-21 19:28:01 +08:00
co-authored by Claude
parent b140bff5f1
commit 490cf4bb93
2 changed files with 2 additions and 8 deletions
+1 -2
View File
@@ -66,9 +66,8 @@
{{ wf.name }}
<span v-if="wf.isTemplate" class="pill-tag">模板</span>
</button>
<!-- 工作流数量超出展示上限时提供更多入口跳转工作流管理页查看/选择全部 -->
<!-- 更多常驻入口点击跳转工作流管理页查看/选择全部不依赖工作流数量超出上限 -->
<button
v-if="commonWorkflows.length > MAX_WORKFLOWS"
class="shortcut-pill shortcut-more"
title="查看全部工作流"
@click="handleOpenWorkflowManage"