feat: 添加IP代理促销信息展示及溢出处理逻辑
This commit is contained in:
@@ -104,6 +104,9 @@ 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