mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 13:38:00 +00:00
Optimize the project structure and introduce DDD design (#394)
This commit is contained in:
@@ -5,7 +5,7 @@ import { JSDOM } from 'jsdom';
|
||||
import { Readability } from '@mozilla/readability';
|
||||
import { jsonRes } from '@/service/response';
|
||||
import { authUser } from '@/service/utils/auth';
|
||||
import type { FetchResultItem } from '@/types/plugin';
|
||||
import type { FetchResultItem } from '@/global/common/api/pluginRes.d';
|
||||
import { simpleText } from '@/utils/file';
|
||||
|
||||
export type UrlFetchResponse = FetchResultItem[];
|
||||
|
Reference in New Issue
Block a user