mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +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>(
|
const timeRange = ref<DateRangeParams>(
|
||||||
getDateRangeFromPeriod(isAdminPage.value ? 'last7days' : 'today')
|
getDateRangeFromPeriod('today')
|
||||||
)
|
)
|
||||||
|
|
||||||
// 分页状态
|
// 分页状态
|
||||||
|
|||||||
Reference in New Issue
Block a user