configmap

This commit is contained in:
archer
2023-07-20 10:34:54 +08:00
parent 75c8c42530
commit 82e7776a77
8 changed files with 19 additions and 13 deletions

View File

@@ -52,7 +52,7 @@ function App({ Component, pageProps, isPc }: AppProps & { isPc?: boolean; respon
return (
<>
<Head>
<title>{feConfigs?.systemTitle || 'FastAI'}</title>
<title>{feConfigs?.systemTitle || 'AI知识库'}</title>
<meta name="description" content="Embedding + LLM, Build AI knowledge base" />
<meta
name="viewport"