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

5
app/index/lang/en-us.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
return [
'home' => 'Home',
];