Update uptime.config.ts

pull/160/head
XUZHONGXIN 2025-08-02 01:43:09 +08:00 committed by GitHub
parent 580e03b7d6
commit 917f18e128
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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,
},
{