fix: 更新 @kevisual/api 依赖至 0.0.57,并移除过时的查询配置文件

This commit is contained in:
2026-02-21 07:35:51 +08:00
parent 048da38c53
commit c0edd2cbbf
8 changed files with 7 additions and 216 deletions

View File

@@ -4,6 +4,7 @@ import { QueryLoginNode, StorageNode } from '@kevisual/api/login-node';
const config = getConfig();
export const baseURL = config?.baseURL || 'https://kevisual.cn';
export const storage = new StorageNode({ load: true });
export const getBaseURL = () => {
return baseURL;
};