更新sql安装器(web版本需要修复)
Some checks failed
Tests / PHP 8.2 (push) Has been cancelled
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled

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');
});