mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-01 17:00:21 +08:00
fix(frontend): 统一 Usage 页面默认时间范围为 today
This commit is contained in:
@@ -163,7 +163,7 @@ const statsExpanded = useLocalStorage('usage-stats-expanded', true)
|
||||
|
||||
// 时间范围选择
|
||||
const timeRange = ref<DateRangeParams>(
|
||||
getDateRangeFromPeriod(isAdminPage.value ? 'last7days' : 'today')
|
||||
getDateRangeFromPeriod('today')
|
||||
)
|
||||
|
||||
// 分页状态
|
||||
|
||||
Reference in New Issue
Block a user