feat: Refine personal mode description in setup page for clarity

This commit is contained in:
CaIon
2025-04-03 19:01:16 +08:00
parent a882e680ae
commit 5fa6462412

View File

@@ -237,7 +237,8 @@ const Setup = () => {
</div>
<div style={{ padding: '8px 0' }}>
<Title heading={6}>{t('自用模式')}</Title>
<p>{t('适用于个人使用的场景。不需要设置模型价格,您可专注于使用模型。')}</p>
<p>{t('适用于个人使用的场景。')}</p>
<p>{t('不需要设置模型价格,系统将弱化用量计算,您可专注于使用模型。')}</p>
</div>
<div style={{ padding: '8px 0' }}>
<Title heading={6}>{t('演示站点模式')}</Title>