feat: 将一些utils放到package/core/base/shared/src/utils

This commit is contained in:
xingyu4j
2025-06-16 14:46:59 +08:00
parent 3a46fa2c26
commit d09b993bc8
10 changed files with 178 additions and 267 deletions

View File

@@ -1,6 +1,6 @@
import type { PageParam, PageResult } from '@vben/request';
import type { AiWriteTypeEnum } from '#/utils/constants';
import type { AiWriteTypeEnum } from '#/utils';
import { useAppConfig } from '@vben/hooks';
import { fetchEventSource } from '@vben/request';