统一分页
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-12-26 22:26:31 +08:00
parent ff95558864
commit 5fc3de821a
3 changed files with 11 additions and 19 deletions

View File

@@ -33,7 +33,7 @@ const completionOptions = [
]
// 使用分页 composable
const { query } = usePagination({}, { defaultLimit: 10 })
const { query } = usePagination({}, { defaultLimit: 50 })
// 加载用户进度数据
async function loadUserProgress() {