Update regex rule

This commit is contained in:
ComfyUI Wiki 2026-05-25 18:17:26 +08:00
parent 7f39def8e4
commit c97368b211

View File

@ -415,7 +415,7 @@
} }
}, },
"widgets_values": [ "widgets_values": [
"(?:[^\\n]*\\n){index}([^\\n]+)", "^(?:[^\\n]*\\n){index}([^\\n]*)(?:\\n|$)",
"index", "index",
"" ""
] ]