Enhancements
Improved the placeholder syntax of the rule engine #10470.
The parameters of certain actions support using placeholder syntax to dynamically fill in the content of strings. The format of the placeholder syntax is
${key}
.\ Prior to the improvement, thekey
in${key}
could only contain letters, numbers, and underscores. Now thekey
supports any UTF8 character after the improvement.