From c0cb7f5ead1689ccb53132bda979991f89b17358 Mon Sep 17 00:00:00 2001 From: pllx Date: Mon, 27 Apr 2026 06:37:44 +0000 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=95=86=E5=BA=97=E5=95=86?= =?UTF-8?q?=E5=93=81=E4=BB=B7=E6=A0=BC=EF=BC=9A=E6=B0=94=E6=B3=A1/?= =?UTF-8?q?=E6=98=B5=E7=A7=B0=E8=89=B2/=E6=96=87=E5=AD=97=E8=89=B2/?= =?UTF-8?q?=E5=A4=B4=E5=83=8F=E6=A1=86=E4=BB=B7=E6=A0=BC=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E5=AE=9A=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- database/seeders/ShopItemSeeder.php | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/database/seeders/ShopItemSeeder.php b/database/seeders/ShopItemSeeder.php index ae33fea..ec537ac 100644 --- a/database/seeders/ShopItemSeeder.php +++ b/database/seeders/ShopItemSeeder.php @@ -93,41 +93,41 @@ class ShopItemSeeder extends Seeder // ── 消息气泡装扮 ────────────────────────── ['name' => '鎏金流光气泡', 'slug' => 'msg_bubble_golden', 'icon' => '🟡', 'description' => '浅金底纹、左侧金线和流光扫过,发言更醒目但不刺眼。', - 'price' => 3000, 'type' => 'msg_bubble', 'duration_days' => 1, 'sort_order' => 50], + 'price' => 5000, 'type' => 'msg_bubble', 'duration_days' => 1, 'sort_order' => 50], ['name' => '樱语花笺气泡', 'slug' => 'msg_bubble_sakura', 'icon' => '🌸', 'description' => '粉白信笺底色配花点纹理,适合温柔、浪漫的发言氛围。', - 'price' => 3000, 'type' => 'msg_bubble', 'duration_days' => 1, 'sort_order' => 51], + 'price' => 5000, 'type' => 'msg_bubble', 'duration_days' => 1, 'sort_order' => 51], ['name' => '星河微光气泡', 'slug' => 'msg_bubble_star', 'icon' => '🌌', 'description' => '淡蓝星河底纹和微光星点,保留清爽阅读感。', 'price' => 5000, 'type' => 'msg_bubble', 'duration_days' => 1, 'sort_order' => 52], ['name' => '霓虹彩带气泡', 'slug' => 'msg_bubble_rainbow', 'icon' => '🌈', 'description' => '顶部流动彩带和浅色底框,发言有动态高光。', - 'price' => 8000, 'type' => 'msg_bubble', 'duration_days' => 1, 'sort_order' => 53], + 'price' => 5000, 'type' => 'msg_bubble', 'duration_days' => 1, 'sort_order' => 53], ['name' => '皇冠礼赞气泡', 'slug' => 'msg_bubble_crown', 'icon' => '👑', 'description' => '金色礼赞底纹、皇冠角标和侧边金线,突出尊贵发言。', - 'price' => 8000, 'type' => 'msg_bubble', 'duration_days' => 1, 'sort_order' => 54], + 'price' => 5000, 'type' => 'msg_bubble', 'duration_days' => 1, 'sort_order' => 54], // ── 昵称颜色装扮 ────────────────────────── ['name' => '金色昵称', 'slug' => 'msg_name_golden', 'icon' => '🥇', 'description' => '让你的昵称闪耀金光。', - 'price' => 200, 'type' => 'msg_name_color', 'duration_days' => 1, 'sort_order' => 60], + 'price' => 3000, 'type' => 'msg_name_color', 'duration_days' => 1, 'sort_order' => 60], ['name' => '渐变昵称', 'slug' => 'msg_name_rainbow', 'icon' => '🎨', 'description' => '彩虹渐变色昵称,五彩斑斓。', - 'price' => 500, 'type' => 'msg_name_color', 'duration_days' => 1, 'sort_order' => 61], + 'price' => 3000, 'type' => 'msg_name_color', 'duration_days' => 1, 'sort_order' => 61], ['name' => '发光昵称', 'slug' => 'msg_name_glow', 'icon' => '✨', 'description' => '昵称带柔和发光效果,暗夜中最亮的星。', - 'price' => 800, 'type' => 'msg_name_color', 'duration_days' => 1, 'sort_order' => 62], + 'price' => 3000, 'type' => 'msg_name_color', 'duration_days' => 1, 'sort_order' => 62], ['name' => '火焰昵称', 'slug' => 'msg_name_flame', 'icon' => '🔥', 'description' => '火焰色脉动昵称,热情似火。', - 'price' => 1500, 'type' => 'msg_name_color', 'duration_days' => 1, 'sort_order' => 63], + 'price' => 3000, 'type' => 'msg_name_color', 'duration_days' => 1, 'sort_order' => 63], // ── 消息文字颜色特效装扮 ───────────────── ['name' => '七彩文字', 'slug' => 'msg_text_rainbow', 'icon' => '🌈', 'description' => '文字色彩在彩虹七色间平滑流动,发言自带虹光特效。', - 'price' => 5000, 'type' => 'msg_text_color', 'duration_days' => 1, 'sort_order' => 65], + 'price' => 8000, 'type' => 'msg_text_color', 'duration_days' => 1, 'sort_order' => 65], ['name' => '流光文字', 'slug' => 'msg_text_shimmer', 'icon' => '💫', 'description' => '一道流光从左到右扫过文字表面,如金属般闪亮。', - 'price' => 5000, 'type' => 'msg_text_color', 'duration_days' => 1, 'sort_order' => 66], + 'price' => 8000, 'type' => 'msg_text_color', 'duration_days' => 1, 'sort_order' => 66], ['name' => '霓虹文字', 'slug' => 'msg_text_neon', 'icon' => '💜', 'description' => '紫蓝霓虹光晕在文字周围脉动呼吸,像灯牌一样醒目。', 'price' => 8000, 'type' => 'msg_text_color', 'duration_days' => 1, 'sort_order' => 67], @@ -141,16 +141,16 @@ class ShopItemSeeder extends Seeder // ── 头像框装扮 ──────────────────────────── ['name' => '月银守护头像框', 'slug' => 'avatar_frame_silver', 'icon' => '🥈', 'description' => '银白金属光泽外框,低调但比普通头像更精致。', - 'price' => 5000, 'type' => 'avatar_frame', 'duration_days' => 1, 'sort_order' => 70], + 'price' => 8888, 'type' => 'avatar_frame', 'duration_days' => 1, 'sort_order' => 70], ['name' => '金辉勋章头像框', 'slug' => 'avatar_frame_gold', 'icon' => '🥇', 'description' => '金色勋章质感外框,带柔和光晕。', - 'price' => 5000, 'type' => 'avatar_frame', 'duration_days' => 1, 'sort_order' => 71], + 'price' => 8888, 'type' => 'avatar_frame', 'duration_days' => 1, 'sort_order' => 71], ['name' => '星轨环绕头像框', 'slug' => 'avatar_frame_star', 'icon' => '⭐', 'description' => '星轨渐变环绕头像旋转,适合高调展示。', - 'price' => 8000, 'type' => 'avatar_frame', 'duration_days' => 1, 'sort_order' => 72], + 'price' => 8888, 'type' => 'avatar_frame', 'duration_days' => 1, 'sort_order' => 72], ['name' => '龙焰御守头像框', 'slug' => 'avatar_frame_dragon', 'icon' => '🐉', 'description' => '红金御守质感外框,带虚线纹理和强烈光晕。', - 'price' => 8000, 'type' => 'avatar_frame', 'duration_days' => 1, 'sort_order' => 73], + 'price' => 8888, 'type' => 'avatar_frame', 'duration_days' => 1, 'sort_order' => 73], ]; foreach ($items as $item) {