Skip to content

Commit 1338883

Browse files
committed
Merge branch 'main' of github.com:SunWuyuan/homeworkpage-frontend
2 parents 4691114 + 7718cf7 commit 1338883

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
03febad38fd6b89c0d769a8b66e7bd25a02d7a4b

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)