首页「更多」入口改为常驻:点击跳转工作流管理页,不再依赖工作流数量超出 9 个
- InputBar 快捷胶囊区、MainContent 占位卡片区:去掉「超过 9 个才显示」条件,「更多」常驻在列表末尾 - 清理 MainContent 不再使用的 hasMorePlaceWorkflows 状态 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user