feat: 一键导出/导入全部6个任务预设

This commit is contained in:
Youzini-afk
2026-03-27 15:54:21 +08:00
parent cf4a73e0a8
commit 7c1abb77bd
3 changed files with 115 additions and 0 deletions

View File

@@ -1377,6 +1377,19 @@
display: flex;
gap: 8px;
flex-wrap: wrap;
align-items: center;
}
.bme-bulk-profile-btn {
font-size: 12px;
padding: 0 10px;
min-height: 28px;
opacity: 0.72;
transition: opacity 0.15s;
}
.bme-bulk-profile-btn:hover {
opacity: 1;
}
.bme-task-type-btn,