From ddb20f2fc817f7219c56af00947768387083f457 Mon Sep 17 00:00:00 2001 From: mizuki Date: Tue, 18 Aug 2026 10:23:04 +0900 Subject: [PATCH] wow --- src/index.ts | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/src/index.ts b/src/index.ts index e7c7db1..dd13ca1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -103,7 +103,7 @@ const initialSnapshot: StatusSnapshot = { ok: false, fetchedAt: null, pageUpdatedAt: null, - status: { indicator: "unknown", description: "Cloudflare 상태를 확인하는 중입니다" }, + status: { indicator: "unknown", description: "Checking Cloudflare status" }, streak: { days: null, since: null, activeIncident: false }, lastIncident: null, incidents: [], @@ -228,7 +228,7 @@ async function refreshStatus(source: "startup" | "cron") { pageUpdatedAt: summary.page?.updated_at ?? null, status: { indicator: indicator(summary.status?.indicator), - description: summary.status?.description ?? "상태 정보가 없습니다", + description: summary.status?.description ?? "Status information is unavailable", }, streak: { days: daysSince(latestIncident?.started_at ?? latestIncident?.created_at ?? null), @@ -265,12 +265,12 @@ async function refreshStatus(source: "startup" | "cron") { } const INDEX_HTML = String.raw` - + - + Cloudflare · Days Without Incident