feat: 添加index应用模块

This commit is contained in:
2025-04-03 15:08:27 +08:00
parent 1984e11286
commit c81e6ef7c5
10 changed files with 40 additions and 16 deletions

6
app/index/middleware.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
// 这是系统自动生成的middleware定义文件
return [
// 启用多语言支持
'think\middleware\LoadLangPack',
];