From 2e1005ea678f2eab39d069e7087a0358a989e57f Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 13 Jul 2026 00:06:56 +0000 Subject: [PATCH] =?UTF-8?q?console=20rebrand=20Mira=E2=86=92Arcrun=20+=20C?= =?UTF-8?q?ONSOLE=5FBRAND=20=E5=8F=AF=E8=A6=86=E8=93=8B=EF=BC=88#21?= =?UTF-8?q?=EF=BC=89=20(#47)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cypher-executor/src/routes/console-dashboard.ts | 9 +++++---- cypher-executor/src/routes/console.ts | 15 ++++++++------- cypher-executor/src/types.ts | 4 ++++ 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/cypher-executor/src/routes/console-dashboard.ts b/cypher-executor/src/routes/console-dashboard.ts index 4a5034a..ef22ec6 100644 --- a/cypher-executor/src/routes/console-dashboard.ts +++ b/cypher-executor/src/routes/console-dashboard.ts @@ -522,13 +522,13 @@ consoleDashboardRouter.post('/console/triage-check', async (c) => { return c.json({ success: true, entry_id: entryId, action, status: action === 'restore' ? 'new' : 'done' }); }); -function renderDashboardHtml(): string { +function renderDashboardHtml(brand: string): string { return ` -Mira 駕駛艙 +${brand} 駕駛艙