chore: switch to pre-commit

This commit is contained in:
Junyan Qin
2025-05-10 17:14:09 +08:00
parent 7b284591bd
commit c52236e8a9
5 changed files with 33 additions and 13 deletions

View File

@@ -44,6 +44,7 @@ export default function PluginConfigPage() {
const taskId = resp.task_id;
let alreadySuccess = false;
console.log('taskId:', taskId);
// 每秒拉取一次任务状态
const interval = setInterval(() => {