mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-07-02 00:59:23 +00:00
Merge branch 'main' of github.com:SunWuyuan/homeworkpage-frontend
This commit is contained in:
commit
133888355a
1
public/328a0e159cf9b3fb3caacaab9c83bf17.txt
Normal file
1
public/328a0e159cf9b3fb3caacaab9c83bf17.txt
Normal file
@ -0,0 +1 @@
|
||||
03febad38fd6b89c0d769a8b66e7bd25a02d7a4b
|
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<v-footer height="40" app v-if="mobile">
|
||||
<v-footer height="40" app>
|
||||
<a
|
||||
v-for="item in items"
|
||||
:key="item.title"
|
||||
@ -12,6 +12,7 @@
|
||||
<v-icon :icon="item.icon" :size="item.icon === 'mdi-earth' ? 24 : 16" />
|
||||
</a>
|
||||
|
||||
|
||||
<div
|
||||
class="text-caption text-disabled"
|
||||
style="position: absolute; right: 16px"
|
||||
@ -26,6 +27,13 @@
|
||||
target="_blank"
|
||||
>
|
||||
Classworks
|
||||
</a> <a
|
||||
class="text-decoration-none on-surface"
|
||||
href="https://beiancx.miit.gov.cn"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
浙ICP备2024068645号
|
||||
</a>
|
||||
</div>
|
||||
</v-footer>
|
||||
|
Loading…
x
Reference in New Issue
Block a user