From fe2db53bec6a6190a3dfc31bc39123027969304a Mon Sep 17 00:00:00 2001 From: XXhaos Date: Sat, 18 Apr 2026 13:15:01 +0800 Subject: [PATCH] Update capture_gamertag.js --- Scripts/capture_gamertag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/capture_gamertag.js b/Scripts/capture_gamertag.js index 0753bbc..d11f1f7 100644 --- a/Scripts/capture_gamertag.js +++ b/Scripts/capture_gamertag.js @@ -19,7 +19,7 @@ const peoplePattern = /^https:\/\/peoplehub-public\.xboxlive\.com\/people\/gt\(.+\)/; const url = $request.url; -const MAX_RECORDS = 10; // gamertag 记录保留最近 20 条 +const MAX_RECORDS = 20; // gamertag 记录保留最近 20 条 if (peoplePattern.test(url)) { if (!$response.body) {