feat(usage): add usage stats export/import actions

This commit is contained in:
Supra4E8C
2025-12-27 00:49:41 +08:00
parent 2dd3f233d3
commit 66c6073bbc
5 changed files with 155 additions and 10 deletions

View File

@@ -534,6 +534,11 @@
"by_hour": "按小时",
"by_day": "按天",
"refresh": "刷新",
"export": "导出数据",
"import": "导入数据",
"export_success": "使用统计已导出",
"import_success": "导入完成:新增 {{added}},跳过 {{skipped}},总请求 {{total}},失败 {{failed}}",
"import_invalid": "导入文件格式不正确",
"chart_line_label_1": "曲线 1",
"chart_line_label_2": "曲线 2",
"chart_line_label_3": "曲线 3",