update
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-10-07 21:38:51 +08:00
parent 657047793d
commit 1e0becb1f8

View File

@@ -144,7 +144,7 @@ const submitLabel = computed(() => {
return "正在评分"
}
if (isPending.value) {
return "运行结果"
return "正在冷却"
}
return "提交代码"
})