first commot

This commit is contained in:
2026-01-26 09:29:36 +08:00
commit dbb40c38c4
189 changed files with 20198 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
declare (strict_types = 1);
use think\facade\Route;
Route::get('think', function () {
return 'hello,ThinkPHP8!';
});