feat: 拍照识别增加持有收益

This commit is contained in:
hzm
2026-03-06 00:09:06 +08:00
parent c08c97d706
commit fe3c2b64f6
4 changed files with 196 additions and 112 deletions

View File

@@ -2650,6 +2650,28 @@ input[type="number"] {
color: var(--muted);
}
.ocr-warning {
padding: 8px 12px;
background: rgba(251, 191, 36, 0.15);
border-radius: 8px;
border: 1px solid rgba(251, 191, 36, 0.3);
}
.ocr-warning span {
font-size: 13px;
color: #fbbf24;
line-height: 1.5;
}
[data-theme="light"] .ocr-warning {
background: rgba(180, 130, 30, 0.1);
border-color: rgba(180, 130, 30, 0.25);
}
[data-theme="light"] .ocr-warning span {
color: #b4821e;
}
.no-results {
padding: 20px;
text-align: center;