From 917f18e128ef6783394a9c09387ec64c9097cd18 Mon Sep 17 00:00:00 2001 From: XUZHONGXIN Date: Sat, 2 Aug 2025 01:43:09 +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 1cf0780..ea02348 100644 --- a/uptime.config.ts +++ b/uptime.config.ts @@ -42,7 +42,7 @@ const workerConfig: WorkerConfig = { // `method` should be `TCP_PING` for tcp monitors method: 'GET', // `target` should be `host:port` for tcp monitors - target: 'https://www.microsoft.com/zh-cn', + target: 'https://gemini.xinnew.top', timeout: 10000, }, { @@ -51,7 +51,7 @@ const workerConfig: WorkerConfig = { // `method` should be `TCP_PING` for tcp monitors method: 'GET', // `target` should be `host:port` for tcp monitors - target: 'https://www.apple.com/', + target: 'https://gemini-sg.xinnew.top', timeout: 10000, }, {