功能:自动钓鱼卡新增 72小时卡(15000金币)

This commit is contained in:
2026-03-01 16:20:34 +08:00
parent 63679a622f
commit 03e7f260b2

View File

@@ -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) {