v1.0.4: 基本搜索功能 - 按网址/标题/任务名子串匹配查找已爬内容, 支持跳转预览

This commit is contained in:
2026-08-11 15:21:31 +08:00
parent e70a3a877f
commit e8541a8545
5 changed files with 164 additions and 2 deletions
+10 -1
View File
@@ -215,7 +215,16 @@ td.title-cell { max-width: 220px; overflow: hidden; text-overflow: ellipsis; }
/* ---------- preview ---------- */
#previewFrame { flex: 1; border: none; background: var(--preview-bg); border-radius: 0 0 14px 14px; }
/* ---------- 回收站 ---------- */
/* ---------------- 回收站 ---------------- */
.search-box { display: flex; gap: 6px; align-items: center; }
.search-box input { width: 250px; }
.search-item {
border: 1px solid var(--border); border-radius: 10px; padding: 10px 12px;
display: flex; flex-direction: column; gap: 5px; background: var(--panel2);
}
.search-item .row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.search-item .title { font-weight: 600; max-width: 420px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-item .url { color: var(--muted); word-break: break-all; font-size: 12px; }
.trash-count {
display: inline-block; min-width: 18px; padding: 0 5px; border-radius: 9px;
background: var(--red); color: #fff; font-size: 11px; line-height: 18px;