bump: 修改router为kevisual的router

This commit is contained in:
2024-10-25 20:00:07 +08:00
parent d8fec88e54
commit 61d7004c8f
32 changed files with 810 additions and 731 deletions

View File

@@ -1,5 +1,5 @@
import { router } from '../modules/router.ts';
import { Route } from '@abearxiong/router';
import { Route } from '@kevisual/router';
const getList = new Route('test', 'getList');
getList.run = async (ctx) => {