fix: 移除不必要的代理促销相关代码
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user