approval status icon

This commit is contained in:
xiaomlove
2022-06-14 13:50:50 +08:00
parent bcaaa020b1
commit 7063dd47db
16 changed files with 130 additions and 27 deletions
+5
View File
@@ -58,4 +58,9 @@ return [
],
'owner_update_torrent_subject' => '被禁種子已更新',
'owner_update_torrent_msg' => '種子:[url=:detail_url]:torrent_name[/url] 已被作者更新,可以檢查是否符合要求並取消禁止',
'approval_status' => [
\App\Models\Torrent::APPROVAL_STATUS_NONE => '未審',
\App\Models\Torrent::APPROVAL_STATUS_YES => '通過',
\App\Models\Torrent::APPROVAL_STATUS_NO => '拒絕',
],
];