♻️ 重构公告模块,降低请求次数

This commit is contained in:
BTMuli
2025-06-01 19:31:40 +08:00
parent 33e9704f2d
commit 70a716842f
16 changed files with 419 additions and 234 deletions

View File

@@ -142,9 +142,9 @@ defineExpose({ displayBox });
align-items: center;
justify-content: center;
padding: 10px;
border: #f4d8a8 1px solid;
border: #f4d8a8ff 1px solid;
border-radius: 5px;
color: #f4d8a8;
color: #f4d8a8ff;
}
.loading-title {
@@ -197,7 +197,7 @@ defineExpose({ displayBox });
display: block;
width: 32px;
height: 32px;
color: #f4d8a8;
color: #f4d8a8ff;
font-size: 0;
}