We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f11d7 commit 7718cf7Copy full SHA for 7718cf7
src/components/AppFooter.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <v-footer height="40" app v-if="mobile">
+ <v-footer height="40" app>
3
<a
4
v-for="item in items"
5
:key="item.title"
@@ -12,6 +12,7 @@
12
<v-icon :icon="item.icon" :size="item.icon === 'mdi-earth' ? 24 : 16" />
13
</a>
14
15
+
16
<div
17
class="text-caption text-disabled"
18
style="position: absolute; right: 16px"
@@ -26,6 +27,13 @@
26
27
target="_blank"
28
>
29
Classworks
30
+ </a> <a
31
+ class="text-decoration-none on-surface"
32
+ href="https://beiancx.miit.gov.cn"
33
+ rel="noopener noreferrer"
34
+ target="_blank"
35
+ >
36
+ 浙ICP备2024068645号
37
38
</div>
39
</v-footer>
0 commit comments