更新sql安装器(web版本需要修复)

This commit is contained in:
2025-06-20 09:02:33 +08:00
parent 9f77221bdf
commit b2c9aecfb9
7 changed files with 1782 additions and 58 deletions

View File

@@ -5,3 +5,6 @@ use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});
Route::get('/init', function () {
return view('init');
});