feat: model usage

This commit is contained in:
jialin
2025-06-24 16:54:03 +08:00
parent 645801fe86
commit 34af730934
22 changed files with 750 additions and 385 deletions
+4 -1
View File
@@ -27,5 +27,8 @@ export default {
'dashboard.usage.export': '导出数据',
'dashboard.usage.export.user': '用户',
'dashboard.usage.export.model': '模型',
'dashboard.usage.export.date': '日期'
'dashboard.usage.export.date': '日期',
'dashboard.usage.datePicker.last7days': '最近 7 天',
'dashboard.usage.datePicker.last30days': '最近 30 天',
'dashboard.usage.datePicker.last60days': '最近 60 天'
};