improve torrents + torrentrss

This commit is contained in:
xiaomlove
2025-09-20 17:22:53 +07:00
parent ee4739fd8b
commit f675d4e2d4
7 changed files with 54 additions and 20 deletions
+4
View File
@@ -21,6 +21,10 @@ class Torrent extends NexusModel
const VISIBLE_YES = 'yes';
const VISIBLE_NO = 'no';
const FILTER_VISIBLE_ALL = '0';
const FILTER_VISIBLE_YES = '1';
const FILTER_VISIBLE_NO = '2';
const BANNED_YES = 'yes';
const BANNED_NO = 'no';