mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +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' => '删除收藏的种子',
|
|
],
|
|
];
|