feat(proxy): use os-proxy-config to get system proxy info instead of resolveProxy (#5123)

* feat(proxy): integrate os-proxy-config for system proxy management

- Added os-proxy-config dependency to manage system proxy settings.
- Refactored setSystemProxy method to utilize getSystemProxy for improved proxy handling.

* fix lint error
This commit is contained in:
beyondkmp
2025-04-21 12:45:01 +08:00
committed by GitHub
parent 750ef84272
commit ceea0ec36d
4 changed files with 141 additions and 11 deletions
+1
View File
@@ -94,6 +94,7 @@
"jsdom": "^26.0.0",
"markdown-it": "^14.1.0",
"officeparser": "^4.1.1",
"os-proxy-config": "^1.1.1",
"proxy-agent": "^6.5.0",
"tar": "^7.4.3",
"turndown": "^7.2.0",