chore(deps): update ui 1.0.5

This commit is contained in:
jialin
2026-04-29 18:09:55 +08:00
committed by jialin
parent ac99156c90
commit 7c15bb6ef6
4 changed files with 9 additions and 17 deletions
-9
View File
@@ -5,7 +5,6 @@ import { DEFAULT_ENTER_PAGE, GPUSTACK_API_BASE_URL } from '@/config/settings';
import { COLOR_PRIMARY } from '@/config/theme/constants';
import { enterprisePluginReady } from '@/plugins/enterprise-ready';
import { GPUStackPluginManager } from '@/plugins/manager';
import { mergeEnterpriseRoutes } from '@/plugins/route-merger';
import { requestConfig } from '@/request-config';
import {
queryCurrentUserState,
@@ -141,11 +140,3 @@ export const request: RequestConfig = {
baseURL: `/${GPUSTACK_API_BASE_URL}`,
...requestConfig
};
/**
* @description patch the client routes
* @param routes routes
*/
export function patchClientRoutes({ routes }: any) {
mergeEnterpriseRoutes(routes);
}