mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
29 lines
698 B
PHP
29 lines
698 B
PHP
<?php
|
|
|
|
return [
|
|
'torrent:upload' => [
|
|
'text' => '發布種子',
|
|
'desc' => '發布種子',
|
|
],
|
|
'torrent:list' => [
|
|
'text' => '獲取種子列表',
|
|
'desc' => '獲取種子列表',
|
|
],
|
|
'torrent:view' => [
|
|
'text' => '查看種子詳情',
|
|
'desc' => '查看種子詳情',
|
|
],
|
|
'user:view' => [
|
|
'text' => '查看用戶基本信息',
|
|
'desc' => '查看用戶基本信息',
|
|
],
|
|
'bookmark:store' => [
|
|
'text' => '添加收藏種子',
|
|
'desc' => '添加收藏的種子',
|
|
],
|
|
'bookmark:delete' => [
|
|
'text' => '刪除收藏的種子',
|
|
'desc' => '刪除收藏的種子',
|
|
],
|
|
];
|