gitflow-toolkit
gitflow-toolkit copied to clipboard
请问输入 commit message 时该如何换行
trafficstars
抱歉 目前还不支持,正在开发中
多谢 辛苦了
我这几天尝试实现一下,看看能不能像原来一样调用系统编辑器
目前尝试开启系统编辑器,但是仍然有许多问题,需要等待 UI 库作者处理
As a temporary solution, when the text contains \\n , this character will be replaced with a newline character (note: there is a space after \\n), and this replacement is only performed on the Body field.
作为临时的解决方案,当文本中包含 \\n 时,该字符将会被替换为换行符(注意: \\n 后面需要包含一个空格),同时这个替换行为只在 Body 中生效


v2.1.4 released