From c3c0d69401905e2af4045f25730c1d720ca65d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B9=9B=E5=85=AE?= Date: Fri, 12 Jun 2026 03:39:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B1=95=E7=A4=BA=E9=80=9A=E7=9F=A5=20?= =?UTF-8?q?outbox=20=E4=B8=8B=E6=AC=A1=E9=87=8D=E8=AF=95=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - settings: 通知 outbox 表增加 nextAttemptAt 展示,便于观察重试器调度 --- src/views/SettingsView.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/SettingsView.vue b/src/views/SettingsView.vue index 920920e..e1c9e6a 100644 --- a/src/views/SettingsView.vue +++ b/src/views/SettingsView.vue @@ -454,6 +454,11 @@ function applyAgentConfig(config: AgentConfigSummary) { {{ row.attemptCount }} + + +