From a32abd946c24d0f2761657fc348434386a3a8487 Mon Sep 17 00:00:00 2001 From: AdingApkgg Date: Fri, 30 Jan 2026 06:12:54 +0800 Subject: [PATCH 1/2] fix: reorder and update API server entries in api.json - Moved Vercel API entry to a new position for better organization. - Updated Netlify API entries to include distinct labels and URLs for clarity. - Ensured all API entries are correctly formatted and aligned with the current project structure. --- src/data/api.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/data/api.json b/src/data/api.json index 0c2a043..cd687fe 100644 --- a/src/data/api.json +++ b/src/data/api.json @@ -1,29 +1,29 @@ { "servers": [ - { - "key": "vercelapi", - "label": "Vercel", - "url": "https://vercel.api.searchgal.top" - }, { "key": "cfapi", "label": "Cloudflare", "url": "https://cf.api.searchgal.top" }, { - "key": "netlifyapi", - "label": "Netlify", - "url": "https://netlify.api.searchgal.top" + "key": "vercelapi", + "label": "Vercel", + "url": "https://vercel.api.searchgal.top" }, { - "key": "api", - "label": "香港 雨云", - "url": "https://api.searchgal.top" + "key": "netlify2api", + "label": "Netlify 1", + "url": "https://netlify1.api.searchgal.top" }, { - "key": "gzapi", - "label": "广州 腾讯云", - "url": "https://gz.api.searchgal.top" + "key": "netlify2api", + "label": "Netlify 2", + "url": "https://netlify2.api.searchgal.top" + }, + { + "key": "netlify3api", + "label": "Netlify 3", + "url": "https://netlify3.api.searchgal.top" }, { "key": "us-westapi", @@ -53,4 +53,4 @@ ], "deployUrl": "https://github.com/Moe-Sakura/SearchGal", "contributeUrl": "https://github.com/Moe-Sakura/frontend/edit/dev/src/data/api.json" -} +} \ No newline at end of file From e7c36e5ece1a7c101ebf886727951a0a29deb137 Mon Sep 17 00:00:00 2001 From: AdingApkgg Date: Fri, 30 Jan 2026 06:13:15 +0800 Subject: [PATCH 2/2] fix: update Netlify API key in api.json for consistency - Changed the key for the Netlify API entry from "netlify2api" to "netlify1api" to ensure clarity and consistency in API identification. --- src/data/api.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/api.json b/src/data/api.json index cd687fe..8e317c9 100644 --- a/src/data/api.json +++ b/src/data/api.json @@ -11,7 +11,7 @@ "url": "https://vercel.api.searchgal.top" }, { - "key": "netlify2api", + "key": "netlify1api", "label": "Netlify 1", "url": "https://netlify1.api.searchgal.top" },