From ece42a775ff41778c4ed692bf3ee47441533409a Mon Sep 17 00:00:00 2001 From: QihanNX Date: Sat, 1 Aug 2026 00:17:36 +0800 Subject: [PATCH] Update uptime.config.ts --- uptime.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uptime.config.ts b/uptime.config.ts index 6056206..eeb7c98 100644 --- a/uptime.config.ts +++ b/uptime.config.ts @@ -322,7 +322,7 @@ const workerConfig: WorkerConfig = { const maintenances: MaintenanceConfig[] = [ { // [Optional] Monitor IDs to be affected by this maintenance - monitors: ['30','13','17','34','22','36','35','7','9'], + monitors: ['50','13','17','34','44','36','7','9'], // [Optional] default to "Scheduled Maintenance" if not specified title: '温馨提示', // Description of the maintenance, will be shown at status page @@ -331,7 +331,7 @@ const maintenances: MaintenanceConfig[] = [ start: '2026-07-28T00:00:00+08:00', // [Optional] end time of the maintenance, in UNIX timestamp or ISO 8601 format // if not specified, the maintenance will be considered as on-going - end: '2026-08-10T00:00:00+08:00', + end: '2026-09-10T00:00:00+08:00', // [Optional] color of the maintenance alert at status page, default to "yellow" color: 'blue', },