usercp token management lang

This commit is contained in:
xiaomlove
2025-03-29 14:49:52 +07:00
parent edc9e56d7d
commit 43df3ed492
4 changed files with 20 additions and 0 deletions
+4
View File
@@ -217,4 +217,8 @@ return [
'text' => 'Allow Userbar',
'desc' => ' Get his userba',
],
'torrent:list' => [
'text' => 'Get torrent list',
'desc' => 'Get torrent list',
],
];
+6
View File
@@ -0,0 +1,6 @@
<?php
return [
"label" => "Access token",
"permission" => "Permission",
];