修复内容统计

This commit is contained in:
2026-01-26 17:52:06 +08:00
parent 3a7a330b7c
commit 0f48ce7894
8 changed files with 218 additions and 23 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ use think\facade\Route;
Route::get('think', function () {
return 'hello,ThinkPHP8!';
});
});