feat: add admin router manager

This commit is contained in:
xion
2024-06-25 00:52:43 +08:00
parent f8777bd4ea
commit 3454e39ea4
18 changed files with 831 additions and 368 deletions

View File

@@ -1,6 +1,6 @@
import { router } from './modules/router.ts';
import './test/index.ts';
import './demo/index.ts';
import './admin/index.ts';