Merge pull request #1068 from Ethan0x0000/pr/frontend-last24h

feat(frontend): set last 24h as default range in Usage and Dashboard
This commit is contained in:
Wesley Liddick
2026-03-17 09:06:52 +08:00
committed by GitHub
9 changed files with 344 additions and 39 deletions

View File

@@ -920,6 +920,7 @@ export default {
lastWeek: 'Last Week',
thisMonth: 'This Month',
lastMonth: 'Last Month',
last24Hours: 'Last 24 Hours',
last7Days: 'Last 7 Days',
last14Days: 'Last 14 Days',
last30Days: 'Last 30 Days',

View File

@@ -925,6 +925,7 @@ export default {
lastWeek: '上周',
thisMonth: '本月',
lastMonth: '上月',
last24Hours: '近24小时',
last7Days: '近 7 天',
last14Days: '近 14 天',
last30Days: '近 30 天',