mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
API bookmark
This commit is contained in:
@@ -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!',
|
||||
];
|
||||
|
||||
@@ -17,4 +17,12 @@ return [
|
||||
'text' => 'View user basic info',
|
||||
'desc' => 'View user basic info',
|
||||
],
|
||||
'bookmark:store' => [
|
||||
'text' => 'Add bookmark',
|
||||
'desc' => 'Add bookmark',
|
||||
],
|
||||
'bookmark:delete' => [
|
||||
'text' => 'Delete bookmark',
|
||||
'desc' => 'Delete bookmark',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user