1
0
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:
SunWuyuan 2025-05-18 15:09:54 +08:00
commit 133888355a
No known key found for this signature in database
GPG Key ID: A6A54CF66F56BB64
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1 @@
03febad38fd6b89c0d769a8b66e7bd25a02d7a4b

View File

@ -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>