Skip to content

Commit 3035287

Browse files
author
linyuan.yang
committed
暂时隐藏 配置
1 parent 60d7669 commit 3035287

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/admin/src/layouts/Layout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const menuGroups = computed(() => [
6464
group: t('nav.group_admin'),
6565
items: [
6666
{ label: t('nav.processes'), key: '/processes' },
67-
{ label: t('nav.heartbeats'), key: '/heartbeats' },
67+
// { label: t('nav.heartbeats'), key: '/heartbeats' },
6868
{ label: t('nav.scheduler'), key: '/scheduler' },
6969
{ label: t('nav.todo'), key: '/todo' },
7070
{ label: t('nav.token_usage'), key: '/token-usage' },

packages/admin/src/views/agents/AgentModal.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,16 +302,16 @@ defineExpose({ open })
302302
</div>
303303
</template>
304304

305-
<!-- Insight (Generative/ACP 不需要) -->
306-
<div class="form-group" v-if="form.type !== AgentMode.Generative && form.type !== AgentMode.ACP">
305+
<!-- Insight (暂时隐藏) -->
306+
<!-- <div class="form-group" v-if="form.type !== AgentMode.Generative && form.type !== AgentMode.ACP">
307307
<label>{{ t('agents.insight_scope') }}</label>
308308
<select v-model="form.insightScope">
309309
<option :value="InsightScope.Disabled">{{ t('agents.insight_disabled') }}</option>
310310
<option :value="InsightScope.Agent">{{ t('agents.insight_agent') }}</option>
311311
<option :value="InsightScope.Session">{{ t('agents.insight_session') }}</option>
312312
</select>
313313
<span style="font-size:0.78rem;color:var(--color-text-muted,#888);margin-top:2px">{{ t('agents.insight_hint') }}</span>
314-
</div>
314+
</div> -->
315315

316316
<!-- autoApproveAllTools -->
317317
<div class="form-group" style="display:flex;align-items:center;gap:8px">

0 commit comments

Comments
 (0)