接口参数修改

This commit is contained in:
kron
2025-11-17 14:15:06 +08:00
parent d9563a25c6
commit bb8f1c715e
4 changed files with 9 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ const practiseId = ref("");
const showGuide = ref(false);
const onReady = async () => {
const result = await createPractiseAPI(total);
const result = await createPractiseAPI(total, 3);
if (result) practiseId.value = result.id;
scores.value = [];
start.value = true;