mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
improve migration file + seedbox management
This commit is contained in:
@@ -172,4 +172,14 @@ return [
|
||||
'role' => [
|
||||
'class' => '關聯用户等級',
|
||||
],
|
||||
'seedbox_record' => [
|
||||
'label' => 'SeedBox 記錄',
|
||||
'type' => '添加類型',
|
||||
'operator' => '運營商',
|
||||
'bandwidth' => '帶寬(Mbps)',
|
||||
'ip' => 'IP(段)',
|
||||
'ip_begin' => '起始 IP',
|
||||
'ip_end' => '結束 IP',
|
||||
'ip_help' => '起始 IP/結束 IP、IP(段) 二選一',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user