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-06-29 07:52:17 -06:00
parent 1d285c8694
commit a4bd4fcd13
12 changed files with 29 additions and 29 deletions

View File

@@ -259,7 +259,7 @@ function type(status: ProblemStatus) {
</n-flex>
<p class="title" :style="style">
<n-flex align="center">
<Icon icon="streamline-emojis:scroll"></Icon>
<Icon icon="streamline-ultimate-color:checklist"></Icon>
描述
</n-flex>
</p>
@@ -271,7 +271,7 @@ function type(status: ProblemStatus) {
<p class="title" :style="style">
<n-flex align="center">
<Icon icon="streamline-emojis:e-mail-1"></Icon>
<Icon icon="streamline-ultimate-color:envelope-back-front"></Icon>
输入
</n-flex>
</p>
@@ -283,7 +283,7 @@ function type(status: ProblemStatus) {
<p class="title" :style="style">
<n-flex align="center">
<Icon icon="streamline-emojis:postbox"></Icon>
<Icon icon="streamline-ultimate-color:mailbox-post"></Icon>
输出
</n-flex>
</p>
@@ -311,7 +311,7 @@ function type(status: ProblemStatus) {
<div v-if="astRulesForDisplay.length > 0">
<p class="title" :style="style">
<n-flex align="center">
<Icon icon="streamline-emojis:ballot-box-with-check"></Icon>
<Icon icon="streamline-ultimate-color:check-button"></Icon>
要求
</n-flex>
</p>
@@ -382,7 +382,7 @@ function type(status: ProblemStatus) {
<div v-if="problem.source">
<p class="title" :style="style">
<n-flex align="center">
<Icon icon="streamline-emojis:open-book"></Icon>
<Icon icon="streamline-ultimate-color:book-open-bookmark"></Icon>
来源
</n-flex>
</p>
@@ -398,7 +398,7 @@ function type(status: ProblemStatus) {
<n-divider />
<p class="title" :style="style">
<n-flex align="center">
<Icon icon="streamline-emojis:thumbs-up-1"></Icon>
<Icon icon="streamline-ultimate-color:like"></Icon>
相似题目推荐
</n-flex>
</p>