feat: 移除 Plus 功能相关的代码和测试用例

This commit is contained in:
QLHazyCoder
2026-05-05 17:18:50 +08:00
parent 3dfc112561
commit 527def5a1d
6 changed files with 0 additions and 672 deletions
-16
View File
@@ -3286,22 +3286,6 @@ header {
white-space: pre-line;
}
.plus-contribution-prompt-copy {
display: block;
margin-bottom: 8px;
}
.plus-contribution-prompt-image {
display: block;
width: min(220px, 100%);
max-height: 280px;
object-fit: contain;
margin: 12px auto 0;
border: 1px solid var(--border);
border-radius: 8px;
background: var(--bg-primary);
}
.modal-message a,
.modal-alert a {
color: var(--blue);