chore(deps): 更新 eslint-plugin-unicorn 到 v59.0.0
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 3m3s
/ surge (push) Successful in 2m58s
/ playwright (push) Successful in 1m29s
/ cleanup_surge (push) Successful in 21s
/ lint-build-and-check (push) Successful in 6m27s

This commit is contained in:
严浩
2025-05-04 21:25:48 +08:00
parent 5b42efc166
commit 7344359d1e
3 changed files with 8 additions and 109 deletions

View File

@ -28,7 +28,7 @@ defineOptions({
},
});
const refresh = () => {
state.list.splice(0, state.list.length);
state.list.splice(0);
state.page = 0;
state.complete = false;
loadMore();