diff --git a/app/Http/Controllers/ShopController.php b/app/Http/Controllers/ShopController.php index 5341032..78032ce 100644 --- a/app/Http/Controllers/ShopController.php +++ b/app/Http/Controllers/ShopController.php @@ -172,7 +172,7 @@ class ShopController extends Controller 'duration' => "📅 【{$user->username}】购买了全屏特效周卡「{$item->name}」,登录时将自动触发!", 'one_time' => "🎫 【{$user->username}】购买了「{$item->name}」道具!", 'ring' => "💍 【{$user->username}】在商店购买了一枚「{$item->name}」,不知道打算送给谁呢?", - 'auto_fishing' => "🎣 【{$user->username}】购买了「{$item->name}」,开启了 {$fishDuration} 的自动钓鱼模式!", + 'auto_fishing' => "🎣【钓鱼播报】:【{$user->username}】购买了「{$item->name}」,开启了 {$fishDuration} 的自动钓鱼模式!", default => "🛒 【{$user->username}】购买了「{$item->name}」。", };