mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
API bookmark
This commit is contained in:
@@ -4,5 +4,8 @@ return [
|
||||
'actions' => [
|
||||
'store_success' => '添加收藏成功!',
|
||||
'delete_success' => '取消收藏成功!',
|
||||
]
|
||||
],
|
||||
'torrent_not_exists' => '种子: :torrent_id 不存在',
|
||||
'torrent_already_bookmarked' => '种子: :torrent_id 已经收藏',
|
||||
'torrent_has_not_been_bookmarked' => '种子: :torrent_id 未被收藏',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user