feat: add date range preset constants and use them in the log filter

This commit is contained in:
QuentinHsu
2025-09-15 21:45:00 +08:00
parent 46c561eef2
commit 2836ec2eb3
5 changed files with 76 additions and 1 deletions

View File

@@ -2084,5 +2084,10 @@
"原价": "Original price",
"优惠": "Discount",
"折": "% off",
"节省": "Save"
"节省": "Save",
"今天": "Today",
"近 7 天": "Last 7 Days",
"本周": "This Week",
"本月": "This Month",
"近 30 天": "Last 30 Days"
}