feat: 支持点击图片优先打开原图

This commit is contained in:
电摇小子
2026-07-14 11:07:35 +08:00
committed by 电摇小子
parent a776830144
commit 8bb9576f10
6 changed files with 162 additions and 61 deletions
+14
View File
@@ -456,6 +456,20 @@ body {
opacity: 1;
}
.image-quality-badge {
position: absolute;
left: 6px;
top: 6px;
max-width: calc(100% - 12px);
padding: 3px 6px;
border-radius: 5px;
background: rgba(0, 0, 0, 0.5);
color: #fff;
font-size: 11px;
line-height: 1.3;
pointer-events: none;
}
.image-action-btn {
border: 0;
border-radius: 5px;