Update capture_gamertag.js

This commit is contained in:
XXhaos
2026-04-18 13:15:58 +08:00
committed by GitHub
parent fe2db53bec
commit 947084c661

View File

@@ -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) {