Skip to content

Commit

Permalink
[fix] 添加一个更醒目的提醒
Browse files Browse the repository at this point in the history
  • Loading branch information
Diving-Fish authored Aug 26, 2024
1 parent 4e8be06 commit 357fa08
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions web/src/components/DeveloperToken.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@
</template>
<v-card>
<v-card-title class="headline">
Token 列表
开发者 Token 列表
<v-spacer />
<v-btn icon @click="open = false">
<v-icon>mdi-close</v-icon>
</v-btn>
</v-card-title>
<v-card-subtitle>
此处的 Token 仅供 bot 或者其他需要与查分器相关联的用户使用。如果您需要的是成绩导入 Token,请在【编辑个人资料】中进行操作。
<v-card-subtitle style="color: #F44336" class="mt-1">
此处的 Token 仅供 bot 开发者或者其他需要与查分器相关联的开发者使用!<br>
此处的 Token 仅供 bot 开发者或者其他需要与查分器相关联的开发者使用!<br>
此处的 Token 仅供 bot 开发者或者其他需要与查分器相关联的开发者使用!<br>
如果您需要的是成绩导入 Token,请在【编辑个人资料】中进行操作。
</v-card-subtitle>
<v-card-text>
<v-data-table :headers="headers" :items="items" class="elevation-1">
Expand Down

0 comments on commit 357fa08

Please sign in to comment.