fix: Dashboard.jsx 修复 limit 未定义 ReferenceError

This commit is contained in:
simonkoson
2026-05-21 20:29:50 +08:00
parent f0f9dc493e
commit 247268a60e
+1 -1
View File
@@ -43,7 +43,7 @@ function Dashboard() {
useEffect(() => { useEffect(() => {
Promise.all([ Promise.all([
listEpisodes(limit = 9), listEpisodes(9),
listTargets(), listTargets(),
]).then(([epData, tgtData]) => { ]).then(([epData, tgtData]) => {
// 按 air_date 倒序取前 9 // 按 air_date 倒序取前 9