mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-06 20:02:49 +08:00
chore(hermes): remove cron quick action from dashboard
定时任务功能暂不需要,移除仪表盘快捷操作中的"定时任务"入口
This commit is contained in:
@@ -279,12 +279,6 @@ export function render() {
|
||||
<span style="font-size:14px;font-weight:500">${t('engine.dashOpenChat')}</span>
|
||||
</div>
|
||||
</button>
|
||||
<button class="card hm-dash-link" data-route="/h/cron" style="cursor:pointer;border:none;text-align:left">
|
||||
<div class="card-body" style="padding:16px;display:flex;align-items:center;gap:10px">
|
||||
${ICONS.cron}
|
||||
<span style="font-size:14px;font-weight:500">${t('engine.dashOpenCron')}</span>
|
||||
</div>
|
||||
</button>
|
||||
<button class="card hm-dash-link" data-route="/h/setup" style="cursor:pointer;border:none;text-align:left">
|
||||
<div class="card-body" style="padding:16px;display:flex;align-items:center;gap:10px">
|
||||
${ICONS.config}
|
||||
|
||||
Reference in New Issue
Block a user