Skip to content

Commit 7718cf7

Browse files
authored
Update AppFooter.vue
1 parent 30f11d7 commit 7718cf7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/components/AppFooter.vue

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<v-footer height="40" app v-if="mobile">
2+
<v-footer height="40" app>
33
<a
44
v-for="item in items"
55
:key="item.title"
@@ -12,6 +12,7 @@
1212
<v-icon :icon="item.icon" :size="item.icon === 'mdi-earth' ? 24 : 16" />
1313
</a>
1414

15+
1516
<div
1617
class="text-caption text-disabled"
1718
style="position: absolute; right: 16px"
@@ -26,6 +27,13 @@
2627
target="_blank"
2728
>
2829
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号
2937
</a>
3038
</div>
3139
</v-footer>

0 commit comments

Comments
 (0)