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
+23
View File
@@ -79,6 +79,7 @@ export default {
memory: 'メモリ',
logs: 'ログ',
usage: '使用量',
skillsUsage: 'スキル使用状況',
channels: 'チャンネル',
terminal: 'ターミナル',
files: 'ファイル',
@@ -758,6 +759,28 @@ export default {
noData: '使用データがありません',
},
skillsUsage: {
title: 'スキル使用状況',
subtitle: 'Hermes セッションでのスキル読み込みと編集を追跡します',
refresh: '更新',
periodSelector: 'スキル使用期間',
periodLabel: '{days}日',
summary: '概要',
totalActions: '操作数',
loads: '読み込み',
edits: '編集',
distinctSkills: 'スキル数',
topSkills: '上位',
dailyTrend: '日別',
periodSummary: '過去 {days} 日',
skill: 'スキル',
share: '割合',
lastUsed: '最終',
noData: 'スキル使用データはありません',
loadFailed: 'スキル使用状況の読み込みに失敗しました',
otherSkills: 'その他',
},
// 更新履歴
changelog: {