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开发组 保留所有权利。
+
@@ -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);