From 5f3589d80ec4d90580727bfede56bfec53bf0091 Mon Sep 17 00:00:00 2001 From: QihanNX Date: Wed, 29 Jul 2026 17:14:24 +0800 Subject: [PATCH] Update uptime.config.ts --- uptime.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uptime.config.ts b/uptime.config.ts index 7510153..333bc04 100644 --- a/uptime.config.ts +++ b/uptime.config.ts @@ -23,15 +23,15 @@ const workerConfig: WorkerConfig = { name: '阿里云北京-1', method: 'TCP_PING', target: 'cn-bj-3.qwq.fan:10000', - timeout: 5000 + timeout: 5000, }, { id: '6', name: '腾讯云北京-1', method: 'TCP_PING', target: 'cn-bj-1.qwq.fan:7000', - timeout: 5000 - } + timeout: 5000, + }, ], // [Optional] Notification settings notification: {