1

有没有办法自动美化规则子句?

例如,从此自动格式化规则:

Check if A is equal to B or ( B contains abc and C is not equal to A ) or ( C has no value and ( A starts with xyz or A doesn't end with opq ))

对此:

Check if
    A is equal to B 
 or (     B contains abc 
      and C is not equal to A 
    ) 
 or (     C has no value 
      and (    A starts with xyz 
            or A doesn't end with opq 
          )
    )
4

1 回答 1

0

您不能在当前版本中自动进行规则格式化。但是规则作者可以使用包含的键盘和手势支持;它非常直观且易于使用。详细信息可以在这里找到

于 2020-02-07T17:35:50.367 回答