4.8.5 perf (#1854)

* update yml

* perf: chat slider

* perf: workflow name

* i18n

* fix: ts

* fix: ts
This commit is contained in:
Archer
2024-06-26 12:51:36 +08:00
committed by GitHub
parent 93b44fc8f5
commit e247545afa
15 changed files with 136 additions and 33 deletions

View File

@@ -159,7 +159,10 @@ const ChatHistorySlider = ({
{!isPc && appId && (
<LightRowTabs<TabEnum>
flex={'1 0 0'}
mr={2}
mr={1}
inlineStyles={{
px: 1
}}
list={[
{ label: t('core.chat.Recent use'), value: TabEnum.recently },
{ label: t('App'), value: TabEnum.app },