Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2025-04-30 23:06:47 +08:00
commit 6792dc4b66
68 changed files with 474 additions and 1033 deletions

View file

@ -389,6 +389,7 @@ const CurlUtils = {
.replace(/\n/g, "\\n")
.replace(/\r/g, "\\r")
.replace(/!/g, "\\041")
.replace(/([&\|])/g, "^$1")
.replace(/[^\x20-\x7E]/g, escapeCharacter) + "'";
}