mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-03-30 14:30:16 +00:00
🔖chore(ui): Improve Loading prompt
This commit is contained in:
@@ -14,7 +14,7 @@ const Loading = ({ prompt: name = '', size = 'large' }) => {
|
||||
tip={null}
|
||||
/>
|
||||
<span className="whitespace-nowrap mt-2 text-center" style={{ color: 'var(--semi-color-primary)' }}>
|
||||
{name ? t('加载{{name}}中...', { name }) : t('加载中...')}
|
||||
{name ? t('{{name}}', { name }) : t('加载中...')}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user