feat: 增加自定义头像上传、自动压缩与自动清理功能,统一全站头像路径读取逻辑

This commit is contained in:
2026-03-12 15:26:54 +08:00
parent ec95d69e92
commit 78564e2a1d
57 changed files with 569 additions and 350 deletions
+8 -8
View File
@@ -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,
],
];