update
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled

This commit is contained in:
2026-05-11 04:32:47 -06:00
parent 53a79cd511
commit 3503d19055

View File

@@ -47,7 +47,7 @@ const minPerYearOptions = [
]
const sinceYear = ref(2023)
const untilYear = ref(new Date().getFullYear())
const untilYear = ref(new Date().getFullYear()-1)
const minPerYear = ref(100)
const loading = ref(false)
const data = ref<ProblemTrend[]>([])