mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
29 lines
669 B
PHP
29 lines
669 B
PHP
<?php
|
|
|
|
return [
|
|
'torrent:upload' => [
|
|
'text' => 'Upload torrent',
|
|
'desc' => 'Upload torrent',
|
|
],
|
|
'torrent:list' => [
|
|
'text' => 'Fetch torrent list',
|
|
'desc' => 'Fetch torrent list',
|
|
],
|
|
'torrent:view' => [
|
|
'text' => 'View torrent detail',
|
|
'desc' => 'View torrent detail',
|
|
],
|
|
'user:view' => [
|
|
'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',
|
|
],
|
|
];
|