This commit is contained in:
cc
2026-04-24 18:21:09 +08:00
parent c923327112
commit 255b857e67
8 changed files with 465 additions and 89 deletions

View File

@@ -338,6 +338,22 @@
color: var(--text-secondary);
}
.mac-key-faq-link {
border: none;
background: transparent;
color: #0f62fe;
text-decoration: underline;
cursor: pointer;
font-size: 12px;
padding: 0;
margin-top: 6px;
display: inline-block;
&:hover {
opacity: 0.9;
}
}
.manual-prompt {
background: rgba(139, 115, 85, 0.1);
border: 1px dashed rgba(139, 115, 85, 0.3);