fix: 移除不必要的代理促销相关代码

This commit is contained in:
QLHazyCoder
2026-05-11 16:56:59 +08:00
parent 1b0f4bb174
commit 55c4705dba
3 changed files with 0 additions and 81 deletions
-3
View File
@@ -112,9 +112,6 @@ const ipProxyEnabledStatusDot = document.getElementById('ip-proxy-enabled-status
const ipProxyEnabledStatusText = document.getElementById('ip-proxy-enabled-status-text');
const ipProxyEnabledButtons = Array.from(document.querySelectorAll('[data-ip-proxy-enabled]'));
const rowIpProxyFold = document.getElementById('row-ip-proxy-fold');
const rowIpProxyPromo = document.getElementById('row-ip-proxy-promo');
const ipProxyPromo = document.getElementById('ip-proxy-promo');
const ipProxyPromoText = document.getElementById('ip-proxy-promo-text');
const rowIpProxyService = document.getElementById('row-ip-proxy-service');
const selectIpProxyService = document.getElementById('select-ip-proxy-service');
const btnIpProxyServiceLogin = document.getElementById('btn-ip-proxy-service-login');