mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-18 18:50:49 +08:00
feat: enhance AiProvidersPage with key statistics loading, improve layout styles, and update AuthFilesPage for better visual representation of success and failure stats
This commit is contained in:
@@ -488,12 +488,10 @@ export function AuthFilesPage() {
|
||||
|
||||
<div className={styles.cardStats}>
|
||||
<span className={styles.statSuccess}>
|
||||
<i className={styles.statIcon}>✓</i>
|
||||
{t('stats.success')}: {fileStats.success}
|
||||
{t('stats.success')}:{fileStats.success}次
|
||||
</span>
|
||||
<span className={styles.statFailure}>
|
||||
<i className={styles.statIcon}>✗</i>
|
||||
{t('stats.failure')}: {fileStats.failure}
|
||||
{t('stats.failure')}:{fileStats.failure}次
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user