Replace SingboxSub with IP Limit
This commit is contained in:
@ -90,10 +90,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-6">
|
||||
<div class="small-box" id="singbox-status-box">
|
||||
<div class="small-box" id="iplimit-status-box">
|
||||
<div class="inner">
|
||||
<h3 id="singbox-status">--</h3>
|
||||
<p>Singbox</p>
|
||||
<h3 id="iplimit-status">--</h3>
|
||||
<p>IP Limit</p>
|
||||
</div>
|
||||
<div class="icon">
|
||||
<i class="fas fa-box"></i>
|
||||
@ -104,7 +104,7 @@
|
||||
<div class="small-box" id="normalsub-status-box">
|
||||
<div class="inner">
|
||||
<h3 id="normalsub-status">--</h3>
|
||||
<p>Normalsub</p>
|
||||
<p>Normal Subscription</p>
|
||||
</div>
|
||||
<div class="icon">
|
||||
<i class="fas fa-rss"></i>
|
||||
@ -139,7 +139,7 @@
|
||||
|
||||
updateServiceBox('hysteria2', data.hysteria_server);
|
||||
updateServiceBox('telegrambot', data.hysteria_telegram_bot);
|
||||
updateServiceBox('singbox', data.hysteria_singbox);
|
||||
updateServiceBox('iplimit', data.hysteria_iplimit);
|
||||
updateServiceBox('normalsub', data.hysteria_normal_sub);
|
||||
})
|
||||
.catch(error => console.error('Error fetching service statuses:', error));
|
||||
|
||||
Reference in New Issue
Block a user