perf: markdown more wrap (#365)
This commit is contained in:
@@ -61,6 +61,12 @@ function App({ Component, pageProps }: AppProps) {
|
||||
url
|
||||
});
|
||||
};
|
||||
// log fastgpt
|
||||
console.log(
|
||||
'%cWelcome to FastGPT',
|
||||
'font-family:Arial; color:#3370ff ; font-size:18px; font-weight:bold;',
|
||||
`GitHub:https://github.com/labring/FastGPT`
|
||||
);
|
||||
return () => {
|
||||
window.onerror = null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user