This commit is contained in:
2025-12-24 16:59:05 +08:00
parent b52a51c09b
commit b68946fe79
218 changed files with 10790 additions and 3878 deletions
+3
View File
@@ -14,6 +14,9 @@
use Webman\Route;
Route::get('/u/{code}', [\app\controller\IndexController::class, 'user']);
Route::get('/g/{code}', [\app\controller\IndexController::class, 'group']);
Route::fallback(function(){
$fn = base_path().'/public/index.html';
if(file_exists($fn)){