mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 09:38:02 +00:00
feat: 完成web/admin-spa/src/components/apikeys的国际化并修复语法错误和警告
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
<i class="fas fa-chart-line mr-3" />
|
||||
{{ t('apiStats.usageStatsQuery') }}
|
||||
</h2>
|
||||
<p class="text-base text-gray-600 dark:text-gray-400">{{ t('apiStats.apiKeyDescription') }}</p>
|
||||
<p class="text-base text-gray-600 dark:text-gray-400">
|
||||
{{ t('apiStats.apiKeyDescription') }}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- 输入区域 -->
|
||||
|
||||
Reference in New Issue
Block a user