diff --git a/src/App.vue b/src/App.vue index c0a0472..32c227a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -61,7 +61,7 @@ onUnmounted(() => {  |  节点列表
MCSL-Sync-Frontend v{{ frontendVersion }}
MCSL-Sync-Backend {{ statistics.version }}
-
© 2022 - {{ new Date().getFullYear() }} MCSL开发组 保留所有权利。
+
©2022 - {{ new Date().getFullYear() }} MCSL开发组 | 鲁ICP备2023001164号-2
@@ -137,10 +137,7 @@ onUnmounted(() => { .title h5, .title h5 a { - font-size: 1rem; - @media (max-width: 768px) { - font-size: 0.8rem; - } + font-size: 0.8rem; margin: 0; font-weight: 500; color: var(--text-color-primary);