Merge pull request #51 from detecti1/typo-fix

fix: 秘钥 -> 密钥
This commit is contained in:
tbphp
2025-07-23 21:43:18 +08:00
committed by GitHub

View File

@@ -60,7 +60,7 @@ onMounted(() => {
<div class="stats-container">
<n-space vertical size="medium">
<n-grid :cols="4" :x-gap="20" :y-gap="20" responsive="screen">
<!-- 钥数量 -->
<!-- 钥数量 -->
<n-grid-item span="1">
<n-card :bordered="false" class="stat-card" style="animation-delay: 0s">
<div class="stat-header">
@@ -79,7 +79,7 @@ onMounted(() => {
<div class="stat-value">
{{ stats?.key_count?.value ?? 0 }}
</div>
<div class="stat-title">钥数量</div>
<div class="stat-title">钥数量</div>
</div>
<div class="stat-bar">