API bookmark

This commit is contained in:
xiaomlove
2025-09-14 04:42:37 +07:00
parent 3eaa2fc14e
commit 01cbb0fa61
16 changed files with 94 additions and 22 deletions
+4 -1
View File
@@ -4,5 +4,8 @@ return [
'actions' => [
'store_success' => 'Add to bookmark success!',
'delete_success' => 'Cancel bookmark success!',
]
],
'torrent_not_exists' => 'Torrent: :torrent_id not exists!',
'torrent_already_bookmarked' => 'Torrent: :torrent_id already bookmarked!',
'torrent_has_not_been_bookmarked' => 'Torrent: :torrent_id not bookmarked!',
];