feat: 添加IP代理促销信息展示及溢出处理逻辑

This commit is contained in:
QLHazyCoder
2026-05-04 15:12:35 +08:00
parent 5f7450acf5
commit 31a68e5a6b
4 changed files with 115 additions and 0 deletions
+3
View File
@@ -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');