improve paid torrent + hit and run

This commit is contained in:
xiaomlove
2025-06-17 20:54:18 +07:00
parent ee4757cdc9
commit 3db4537153
21 changed files with 326 additions and 70 deletions

View File

@@ -257,6 +257,9 @@ LUA;
"lastcleantime5" => "five",
];
$avps = Avp::query()->get()->keyBy("arg");
if ($avps->isEmpty()) {
return;
}
foreach ($arvToLevel as $arg => $level) {
/** @var NexusModel $value */
$value = $avps->get($arg);