1
2
3
4
5
6
7
8
9
10
11
12
13
14
| <template>
| <div class="card content-box">
| <span class="text">
| GitHub 仓库:
| <a href="https://github.com/HalseySpicy/Geeker-Admin" target="_blank">https://github.com/HalseySpicy/Geeker-Admin</a> 🍒🍉🍊
| </span>
| </div>
| </template>
|
| <script setup lang="ts" name="github"></script>
|
| <style scoped lang="scss">
| @import "./index.scss";
| </style>
|
|