Add input2 filename chip to save UI

This commit is contained in:
2026-08-05 11:52:38 +00:00
parent f5ff914765
commit 874932f72f
+1
View File
@@ -7,6 +7,7 @@ const DEFAULT_PATTERN = "image_%date:yyyy-MM-dd%_%counter%";
const ACCENT = "#e66a2c"; const ACCENT = "#e66a2c";
const CHIPS = [ const CHIPS = [
{ label: "+ Input name", token: "%input%" }, { label: "+ Input name", token: "%input%" },
{ label: "+ Input 2", token: "%input2%" },
{ label: "+ Date", token: "%date:yyyy-MM-dd%" }, { label: "+ Date", token: "%date:yyyy-MM-dd%" },
{ label: "+ Time", token: "%date:hh-mm-ss%" }, { label: "+ Time", token: "%date:hh-mm-ss%" },
{ label: "+ Counter", token: "%counter%" }, { label: "+ Counter", token: "%counter%" },