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

This reverts commit ce08d2b05a.
This commit is contained in:
ekko
2026-05-13 07:51:29 +08:00
committed by GitHub
parent ce08d2b05a
commit 91de3b12a1
19 changed files with 3 additions and 1662 deletions
@@ -220,14 +220,6 @@ 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>