Skip to content

Commit

Permalink
[update] DeveloperToken.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Diving-Fish authored Aug 23, 2024
1 parent e6b32a4 commit 8294bd5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/src/components/DeveloperToken.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<v-icon>mdi-close</v-icon>
</v-btn>
</v-card-title>
<v-card-subtitle>
此处的 Token 仅供 bot 或者其他需要与查分器相关联的用户使用。如果您需要的是成绩导入 Token,请在【编辑个人资料】中进行操作。
</v-card-subtitle>
<v-card-text>
<v-data-table :headers="headers" :items="items" class="elevation-1">
<template v-slot:item.available="{ item }">
Expand Down Expand Up @@ -249,4 +252,4 @@ export default {

<style scoped>
/* Add any component-specific styles here */
</style>
</style>

0 comments on commit 8294bd5

Please sign in to comment.