feat: update tab label in index.jsx for clarity on pricing settings

This commit is contained in:
CaIon
2025-10-08 20:56:51 +08:00
parent a610ef48e4
commit 0c417e8ec6
3 changed files with 3 additions and 1 deletions

View File

@@ -108,7 +108,7 @@ const Setting = () => {
tab: (
<span style={{ display: 'flex', alignItems: 'center', gap: '5px' }}>
<Calculator size={18} />
{t('倍率设置')}
{t('分组与模型定价设置')}
</span>
),
content: <RatioSetting />,