mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
feat: dynamic website crawler (#2609)
* feat: cheerio returns cherrio.load for pro version website sync * chore: rename
This commit is contained in:
parent
38f47956cd
commit
b4238257b6
|
|
@ -101,3 +101,5 @@ export const urlsFetch = async ({
|
|||
|
||||
return response;
|
||||
};
|
||||
|
||||
export const loadContentByCheerio = async (content: string) => cheerio.load(content);
|
||||
|
|
|
|||
Loading…
Reference in New Issue