feat(ip-proxy): 添加 IP 代理面板及相关测试用例
This commit is contained in:
@@ -1172,8 +1172,6 @@ function updateIpProxyUI(state = latestState) {
|
||||
const busyAction = normalizeIpProxyActionType(actionState.action);
|
||||
const runtimeState = state || latestState || {};
|
||||
|
||||
setIpProxyEnabledInlineStatus(runtimeState, enabled);
|
||||
|
||||
if (rowIpProxyEnabled) {
|
||||
rowIpProxyEnabled.style.display = '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user