feat: 新增 Skills Usage 监控统计与图表 (#668)

* feat: add skills usage monitoring

* fix: localize Skills Usage page copy

* fix: keep Skills Usage labels compact
This commit is contained in:
Zhicheng Han
2026-05-13 01:43:25 +02:00
committed by GitHub
parent c2068302c3
commit ce08d2b05a
19 changed files with 1662 additions and 3 deletions
@@ -220,6 +220,14 @@ function openChangelog() {
</svg>
<span>{{ t("sidebar.usage") }}</span>
</button>
<button class="nav-item" :class="{ active: selectedKey === 'hermes.skillsUsage' }" @click="handleNav('hermes.skillsUsage')">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 20V10" />
<path d="M18 20V4" />
<path d="M6 20v-6" />
</svg>
<span>{{ t("sidebar.skillsUsage") }}</span>
</button>
</div>
</div>