bread-capture: add breadman's 11 additional views to target registry

This commit is contained in:
Breadway 2026-07-29 17:27:12 +08:00
parent 64cc17905d
commit c0b489fa67

View file

@ -57,7 +57,23 @@ const TARGETS: &[(&str, &[(&str, &str)])] = &[
("ask", "breadhelp-ask.png"),
],
),
("breadman", &[("all", "breadman-all.png")]),
(
"breadman",
&[
("all", "breadman-all.png"),
("upcoming", "breadman-upcoming.png"),
("todo", "breadman-todo.png"),
("reminder", "breadman-reminder.png"),
("idea", "breadman-idea.png"),
("note", "breadman-note.png"),
("question", "breadman-question.png"),
("archive", "breadman-archive.png"),
("settings", "breadman-settings.png"),
("errors", "breadman-errors.png"),
("editor", "breadman-editor.png"),
("new-note", "breadman-new-note.png"),
],
),
("bos-settings", &[("default", "bos-settings-default.png")]),
];