plugin management + user tables and torrents table text column migrate

This commit is contained in:
xiaomlove
2025-01-19 14:37:00 +08:00
parent 0f88ab8d82
commit 403a9447a9
66 changed files with 1432 additions and 786 deletions
+1
View File
@@ -26,6 +26,7 @@ return [
\App\Models\BonusLogs::BUSINESS_TYPE_ROLE_WORK_SALARY => '工作组工资',
\App\Models\BonusLogs::BUSINESS_TYPE_TORRENT_BE_DOWNLOADED => '种子被下载',
\App\Models\BonusLogs::BUSINESS_TYPE_RECEIVE_REWARD => '收到奖励',
],
'fields' => [
'business_type' => '业务类型',
+1
View File
@@ -41,6 +41,7 @@ return [
'client' => '客户端',
'reason' => '原因',
'change' => '修改',
'create' => '创建',
'setting' => [
'nav_text' => '设置',
'backup' => [
+5
View File
@@ -0,0 +1,5 @@
<?php
return [
"label" => "访问令牌",
];