@@ -0,0 +1,5 @@
+<?= "<?php\n" ?>
+declare(strict_types=1);
+
+return [
+];
@@ -0,0 +1,9 @@
+use think\facade\Route;
+// Admin路由
+// 路由前缀: /admin/<?= $id ?>
+// API路由
+// 路由前缀: /api/<?= $id ?>