File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' },
Original file line number Diff line number Diff 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 " >
You can’t perform that action at this time.
0 commit comments