From 09a2b0d85fcc89691a0b0b34428caddd7c5c41b3 Mon Sep 17 00:00:00 2001 From: pllx Date: Thu, 30 Apr 2026 10:05:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=BA=A7=E9=A9=BE=E6=97=A7?= =?UTF-8?q?=E6=96=B9=E6=A1=88=E7=A9=BA=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...51_add_ride_fields_to_shop_items_table.php | 28 ------------------- routes/web.php | 2 +- 2 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 database/migrations/2026_04_30_092651_add_ride_fields_to_shop_items_table.php diff --git a/database/migrations/2026_04_30_092651_add_ride_fields_to_shop_items_table.php b/database/migrations/2026_04_30_092651_add_ride_fields_to_shop_items_table.php deleted file mode 100644 index fb4f8ba..0000000 --- a/database/migrations/2026_04_30_092651_add_ride_fields_to_shop_items_table.php +++ /dev/null @@ -1,28 +0,0 @@ -group(function () { ->name('shop.buy'); Route::post('/shop/rename', [\App\Http\Controllers\ShopController::class, 'rename'])->name('shop.rename'); - // ---- 座驾(独立页面,复用商店购买记录)---- + // ---- 座驾(独立页面,独立座驾购买记录)---- Route::get('/rides/items', [\App\Http\Controllers\RideController::class, 'items'])->name('rides.items'); Route::post('/rides/buy', [\App\Http\Controllers\RideController::class, 'buy']) ->middleware('throttle:chat-shop-buy')