This commit is contained in:
Default
2025-03-15 20:12:21 +08:00
parent 105ffe11c7
commit eb9035a7ae
134 changed files with 15450 additions and 119 deletions

View File

@@ -7,6 +7,11 @@ class Index
{
public function index()
{
$arrConfig = config();
echo '<pre>';
print_r($arrConfig);
echo '</pre>';
// exit;
return '您好!这是一个[home]示例应用';
}
}