mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
perf: markdown code css (#2187)
This commit is contained in:
@@ -31,6 +31,7 @@ const main = async (props: Props, retry = 3): Response => {
|
||||
result: JSON.stringify(result)
|
||||
};
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
if (retry <= 0) {
|
||||
addLog.warn('DuckDuckGo error', { error });
|
||||
return {
|
||||
|
Reference in New Issue
Block a user