v1.0.3: 回收站功能 - 删除任务进回收站可恢复, 仅可手动彻底删除/清空

This commit is contained in:
2026-08-11 13:25:28 +08:00
parent 1de2a0af54
commit e70a3a877f
6 changed files with 236 additions and 8 deletions
+15
View File
@@ -215,6 +215,21 @@ 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; }
/* ---------- 回收站 ---------- */
.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;
text-align: center; margin-left: 2px;
}
.trash-item {
border: 1px solid var(--border); border-radius: 10px; padding: 12px 14px;
display: flex; flex-direction: column; gap: 6px; background: var(--panel2);
}
.trash-foot {
display: flex; justify-content: space-between; align-items: center;
gap: 10px; padding-top: 8px; border-top: 1px solid var(--border); margin-top: 4px;
}
/* ---------- 试爬取结果 / 元数据 ---------- */
.probe-summary { display: flex; flex-wrap: wrap; gap: 16px; font-size: 13px; }
.probe-list {