xiaomai-bot
xiaomai-bot copied to clipboard
Feat: Add proxy feature
Now you can set proxy in configuration.
Summary by Sourcery
Add support for configuring a proxy for HTTP requests and update relevant functions to utilize the proxy setting.
New Features:
- Added support for setting a proxy in the configuration, which is used for all HTTP requests made by the application.
Enhancements:
- Updated multiple HTTP request functions to include the proxy setting from the configuration.