update
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled

This commit is contained in:
2026-05-09 02:39:19 -06:00
parent 83e89b473f
commit fc5d34b692

View File

@@ -161,9 +161,6 @@ const columns: DataTableColumn<Submission["info"]["data"][number]>[] = [
<!-- AI 提示区域 -->
<template v-if="showAIHint">
<n-card size="small" style="margin-top: 12px; max-width: 480px">
<template #header>
<n-gradient-text type="warning">AI 提示</n-gradient-text>
</template>
<n-alert
v-if="hintError"
type="error"