seed bonus add log etc

This commit is contained in:
xiaomlove
2025-09-08 03:05:55 +07:00
parent ae08039323
commit 60b5aba518
53 changed files with 720 additions and 131 deletions
@@ -169,6 +169,7 @@ class AnnounceLogResource extends Resource
Forms\Components\TextInput::make('user_id')
->label(__('announce-log.user_id'))
->numeric()
->minValue(1)
,
])
,
@@ -177,6 +178,7 @@ class AnnounceLogResource extends Resource
Forms\Components\TextInput::make('torrent_id')
->label(__('announce-log.torrent_id'))
->numeric()
->minValue(1)
,
])
,