improve claim settle message

This commit is contained in:
xiaomlove
2025-05-16 14:19:06 +07:00
parent 1ddd6e04d9
commit 45c41047da
7 changed files with 33 additions and 20 deletions
-6
View File
@@ -56,12 +56,6 @@ class Torrent
return $snatchedList;
}
public function listPTGenInfo(array $torrentIdArr)
{
$list = TorrentExtra::query()->whereIn('torrent_id', $torrentIdArr)->get(['torrent_id', 'pt_gen']);
}
public function renderProgressBar($activeStatus, $progress): string
{
$color = '#aaa';