4.8.12 test (#3006)

* perf: oneapi error tip

* fix: qps limit condition error

* perf: Plan tip

* fix: permission modal ui

* perf: dataset slider ui

* perf: api key auth tmbId problem

* perf: dataset upload i18n

* fix: http json path check
This commit is contained in:
Archer
2024-10-28 22:47:45 +08:00
committed by shilin66
parent e45fe46d1c
commit 6932b2984c
29 changed files with 270 additions and 294 deletions

View File

@@ -386,7 +386,7 @@ const Render = (props: Props) => {
return (
<>
<NextHead title={props.appName} desc={props.appIntro} icon={props.appAvatar} />
<NextHead title={props.appName || 'AI'} desc={props.appIntro} icon={props.appAvatar} />
{systemLoaded && (
<ChatContextProvider params={contextParams}>
<OutLink {...props} outLinkUid={contextParams.outLinkUid} />;