Skip to content

Commit

Permalink
chore: update QQ group number
Browse files Browse the repository at this point in the history
  • Loading branch information
tiankaima committed Oct 25, 2024
1 parent bb8f86e commit c9e2f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/templates/hub.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</template>
</div>
<div v-if="user && user.code" class="msg-info">
欢迎加入科大及合作高校参赛交流 QQ 群:160476471。你的加群验证码:
欢迎加入科大及合作高校参赛交流 QQ 群:333979315。你的加群验证码:
<button @click="code_show=!code_show">{{ code_show?'隐藏':'显示' }}</button>
<input v-show="code_show" type="text" id="code" size="10" :value="user.code" readonly>
</div>
Expand Down

0 comments on commit c9e2f09

Please sign in to comment.