perf: chat history api;perf: full text error (#4852)

* perf: chat history api

* perf: i18n

* perf: full text
This commit is contained in:
Archer
2025-05-20 22:31:32 +08:00
committed by GitHub
parent 89c9a02650
commit aa55f059d4
12 changed files with 192 additions and 124 deletions

View File

@@ -89,7 +89,7 @@ const Standard = ({
mb={2}
mr={'-2'}
>
{t('common:support.wallet.subscription.mode.Ten Year')}
{t('common:pay_year_tip')}
</Box>
<RowTabs
list={[
@@ -110,7 +110,7 @@ const Standard = ({
onChange={(e) => setSelectSubMode(e as `${SubModeEnum}`)}
/>
</Box>
<MyIcon name={'price/pricearrow'} mt={'10px'} ml={'3px'} />
<MyIcon name={'price/pricearrow'} mt={'10px'} ml={'6px'} />
</Flex>
{/* card */}