mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-03 00:02:28 +08:00
feat: 添加使用量统计和数据分析功能
This commit is contained in:
@@ -188,7 +188,7 @@ const monthMarkers = computed(() => {
|
||||
if (month === lastMonth) {
|
||||
return
|
||||
}
|
||||
markers[index] = String(month + 1)
|
||||
markers[index] = `${month + 1}月`
|
||||
lastMonth = month
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user