功能:自动钓鱼卡新增 72小时卡(15000金币)
This commit is contained in:
@@ -54,6 +54,17 @@ class AutoFishingCardSeeder extends Seeder
|
||||
'sort_order' => 203,
|
||||
'is_active' => true,
|
||||
],
|
||||
[
|
||||
'slug' => 'auto_fishing_72h',
|
||||
'name' => '自动钓鱼卡(72小时)',
|
||||
'icon' => '🎣',
|
||||
'description' => '激活后72小时内,钓鱼无需手动点击浮漂,系统自动收竿。钓鱼大神终极之选!',
|
||||
'price' => 15000,
|
||||
'type' => 'auto_fishing',
|
||||
'duration_minutes' => 4320,
|
||||
'sort_order' => 204,
|
||||
'is_active' => true,
|
||||
],
|
||||
];
|
||||
|
||||
foreach ($cards as $card) {
|
||||
|
||||
Reference in New Issue
Block a user