Reorder bulk preset action buttons

This commit is contained in:
Youzini-afk
2026-04-03 22:16:23 +08:00
parent c081a64304
commit 9a07c20a11

View File

@@ -2897,15 +2897,15 @@ function _renderTaskProfileWorkspace(state) {
) )
.join("")} .join("")}
<span style="flex:1"></span> <span style="flex:1"></span>
<button class="bme-config-secondary-btn bme-bulk-profile-btn bme-task-btn-danger" data-task-action="restore-all-profiles" type="button" title="恢复全部 6 个任务的默认预设">
<i class="fa-solid fa-arrows-rotate" style="margin-right:4px"></i>恢复全部
</button>
<button class="bme-config-secondary-btn bme-bulk-profile-btn" data-task-action="export-all-profiles" type="button" title="导出全部 6 个任务预设"> <button class="bme-config-secondary-btn bme-bulk-profile-btn" data-task-action="export-all-profiles" type="button" title="导出全部 6 个任务预设">
<i class="fa-solid fa-file-export" style="margin-right:4px"></i>导出全部 <i class="fa-solid fa-file-export" style="margin-right:4px"></i>导出全部
</button> </button>
<button class="bme-config-secondary-btn bme-bulk-profile-btn" data-task-action="import-all-profiles" type="button" title="导入全部预设(覆盖当前)"> <button class="bme-config-secondary-btn bme-bulk-profile-btn" data-task-action="import-all-profiles" type="button" title="导入全部预设(覆盖当前)">
<i class="fa-solid fa-file-import" style="margin-right:4px"></i>导入全部 <i class="fa-solid fa-file-import" style="margin-right:4px"></i>导入全部
</button> </button>
<button class="bme-config-secondary-btn bme-bulk-profile-btn bme-task-btn-danger" data-task-action="restore-all-profiles" type="button" title="恢复全部 6 个任务的默认预设">
<i class="fa-solid fa-arrows-rotate" style="margin-right:4px"></i>恢复全部
</button>
</div> </div>
<div class="bme-config-card bme-task-header-card"> <div class="bme-config-card bme-task-header-card">