mirror of
https://github.com/yaklang/yaklang-chrome-extension.git
synced 2026-09-26 21:21:53 +08:00
Improve proxy initialization with last used proxy restoration
This commit is contained in:
@@ -105,6 +105,7 @@ async function switchProxy(config) {
|
||||
};
|
||||
}
|
||||
|
||||
// 发送配置更改消息
|
||||
await sendMessageWithRetry({
|
||||
action: ProxyActionType.SET_PROXY_CONFIG,
|
||||
config: proxyConfig
|
||||
|
||||
Reference in New Issue
Block a user