feat(ip-proxy): 添加 IP 代理面板及相关测试用例

This commit is contained in:
QLHazyCoder
2026-04-28 19:47:51 +08:00
parent 93acb557ce
commit 1b5445c361
4 changed files with 166 additions and 200 deletions
-2
View File
@@ -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 = '';
}