diff --git a/build_gallery.py b/build_gallery.py index 17bb738..bbfd8f9 100644 --- a/build_gallery.py +++ b/build_gallery.py @@ -6,6 +6,7 @@ depuis layouts_v2.yaml. Relancer après tout ajout de layout. Usage : python3 build_gallery.py → produit index.html """ import yaml +import wireframes from pathlib import Path from datetime import datetime @@ -35,6 +36,7 @@ def card(name, cfg): hint = " ".join(cfg.get("agent_hint", "").split()) champs = ", ".join(cfg.get("champs", [])) requis = ", ".join(cfg.get("champs_requis", [])) + thumb = wireframes.svg_for(name, mode) mode_badge = { "light": ("Clair", "#f4f1ec", NAVY), "dark": ("Sombre", NAVY, "#ffffff"), @@ -46,6 +48,7 @@ def card(name, cfg): {lid} {mode_badge[0]} +
{hint}