fix: game patch package diff detection issue

This commit is contained in:
daydreamer-json
2026-04-17 07:39:10 +09:00
parent 381e663d2c
commit 4fc26f09f2

View File

@@ -89,6 +89,7 @@ const diffIgnoreRules = [
['rsp', 'patch', 'patches', '*', 'url'], ['rsp', 'patch', 'patches', '*', 'url'],
['rsp', 'zip_package_url'], ['rsp', 'zip_package_url'],
['rsp', 'exe_url'], ['rsp', 'exe_url'],
['rsp', 'patch', 'v2_patch_info_url'],
].map((path) => ({ path, pattern: /[?&]auth_key=[^&]+/g })); ].map((path) => ({ path, pattern: /[?&]auth_key=[^&]+/g }));
// Utilities // Utilities