add challenge author
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-05-06 06:28:49 -06:00
parent 9a8e5ad48e
commit 77aca640ac
4 changed files with 46 additions and 7 deletions

View File

@@ -25,6 +25,9 @@
>
</n-flex>
</template>
<n-text depth="3" class="challenge-author">
出题人{{ item.author_name || "未设置" }}
</n-text>
</n-card>
</n-flex>
</div>
@@ -72,4 +75,9 @@ onMounted(async () => {
.submitted-title {
color: #888;
}
.challenge-author {
display: block;
font-size: 13px;
}
</style>