This commit is contained in:
2025-12-01 02:19:44 +08:00
parent 84775dd878
commit a51a366f00
21 changed files with 2628 additions and 229 deletions

View File

@@ -1,8 +1,11 @@
import { Query } from "@kevisual/query";
import { QueryLoginBrowser } from '@kevisual/query-login';
export const query = new Query();
export const queryLogin = new QueryLoginBrowser({
query
})
export const local = new Query({
url: '/client/router'
});