可以的

This commit is contained in:
乘风
2026-01-04 12:19:39 +08:00
parent 75e276faaa
commit 3c4851b9ca
70 changed files with 9660 additions and 26 deletions

5
start.php Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env php
<?php
chdir(__DIR__);
require_once __DIR__ . '/vendor/autoload.php';
support\App::run();