feat: add query and fix bugs

This commit is contained in:
2025-06-18 15:27:50 +08:00
parent fc37a99cf8
commit 1c7c5f388d
35 changed files with 2829 additions and 462 deletions

7
src/query/index.ts Normal file
View File

@@ -0,0 +1,7 @@
import { Query } from '@kevisual/query';
export const query = new Query();
export const clientQuery = new Query({ url: '/client/router' });
export { QueryUtil } from '@kevisual/router/define';