mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-05-06 13:43:40 +02:00
fix: game patch package diff detection issue
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user