feat: 增加自定义头像上传、自动压缩与自动清理功能,统一全站头像路径读取逻辑
This commit is contained in:
@@ -55,15 +55,15 @@ class AutoFishingCardSeeder extends Seeder
|
||||
'is_active' => true,
|
||||
],
|
||||
[
|
||||
'slug' => 'auto_fishing_72h',
|
||||
'name' => '自动钓鱼卡(72小时)',
|
||||
'icon' => '🎣',
|
||||
'description' => '激活后72小时内,钓鱼无需手动点击浮漂,系统自动收竿。钓鱼大神终极之选!',
|
||||
'price' => 15000,
|
||||
'type' => 'auto_fishing',
|
||||
'slug' => 'auto_fishing_72h',
|
||||
'name' => '自动钓鱼卡(72小时)',
|
||||
'icon' => '🎣',
|
||||
'description' => '激活后72小时内,钓鱼无需手动点击浮漂,系统自动收竿。钓鱼大神终极之选!',
|
||||
'price' => 15000,
|
||||
'type' => 'auto_fishing',
|
||||
'duration_minutes' => 4320,
|
||||
'sort_order' => 204,
|
||||
'is_active' => true,
|
||||
'sort_order' => 204,
|
||||
'is_active' => true,
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user