mirror of
https://github.com/uparrows/LANraragi_cn.git
synced 2025-01-09 04:27:28 +08:00
Update index_datatables.js
This commit is contained in:
parent
5dc5300ca8
commit
0267b6d4ba
@ -235,13 +235,13 @@ function buildProgressDiv(id, isnew) {
|
||||
totalPages = Number(localStorage.getItem(id + "-totalPages"));
|
||||
|
||||
if (currentPage === totalPages)
|
||||
return "<div class='isnew'><EFBFBD></div>";
|
||||
return "<div class='isnew'>👑</div>";
|
||||
else
|
||||
return `<div class='isnew'><sup>${currentPage}/${totalPages}</sup></div>`;
|
||||
}
|
||||
|
||||
if (isnew === "block" || isnew === "true") {
|
||||
return '<div class="isnew"><EFBFBD></div>';
|
||||
return '<div class="isnew">🆕</div>';
|
||||
}
|
||||
|
||||
return "";
|
||||
|
Loading…
Reference in New Issue
Block a user