update
This commit is contained in:
@@ -161,9 +161,6 @@ const columns: DataTableColumn<Submission["info"]["data"][number]>[] = [
|
|||||||
<!-- AI 提示区域 -->
|
<!-- AI 提示区域 -->
|
||||||
<template v-if="showAIHint">
|
<template v-if="showAIHint">
|
||||||
<n-card size="small" style="margin-top: 12px; max-width: 480px">
|
<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
|
<n-alert
|
||||||
v-if="hintError"
|
v-if="hintError"
|
||||||
type="error"
|
type="error"
|
||||||
|
|||||||
Reference in New Issue
Block a user