From 947084c66170fc67d269e8ed6185c46b84eaa6ff Mon Sep 17 00:00:00 2001 From: XXhaos Date: Sat, 18 Apr 2026 13:15:58 +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 d11f1f7..739d7a6 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 = 20; // gamertag 记录保留最近 20 条 +const MAX_RECORDS = 30; // gamertag 记录保留最近 30 条 if (peoplePattern.test(url)) { if (!$response.body) {