feat: 添加 Plus 模式和贡献模式支持,增强步骤执行延迟和提示逻辑

This commit is contained in:
QLHazyCoder
2026-04-26 08:51:20 +08:00
parent f558194185
commit 227ebedda4
10 changed files with 577 additions and 14 deletions
+16
View File
@@ -2419,6 +2419,22 @@ 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);