Commit 07d31760 by CaIon

feat: Refine personal mode description in setup page for clarity

parent f33ebc8e
...@@ -237,7 +237,8 @@ const Setup = () => { ...@@ -237,7 +237,8 @@ const Setup = () => {
</div> </div>
<div style={{ padding: '8px 0' }}> <div style={{ padding: '8px 0' }}>
<Title heading={6}>{t('自用模式')}</Title> <Title heading={6}>{t('自用模式')}</Title>
<p>{t('适用于个人使用的场景。不需要设置模型价格,您可专注于使用模型。')}</p> <p>{t('适用于个人使用的场景。')}</p>
<p>{t('不需要设置模型价格,系统将弱化用量计算,您可专注于使用模型。')}</p>
</div> </div>
<div style={{ padding: '8px 0' }}> <div style={{ padding: '8px 0' }}>
<Title heading={6}>{t('演示站点模式')}</Title> <Title heading={6}>{t('演示站点模式')}</Title>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment