gitflow-toolkit icon indicating copy to clipboard operation
gitflow-toolkit copied to clipboard

请问输入 commit message 时该如何换行

Open looching opened this issue 4 years ago • 6 comments
trafficstars

looching avatar Oct 06 '21 07:10 looching

抱歉 目前还不支持,正在开发中

mritd avatar Oct 07 '21 01:10 mritd

多谢 辛苦了

looching avatar Oct 07 '21 12:10 looching

我这几天尝试实现一下,看看能不能像原来一样调用系统编辑器

mritd avatar Oct 07 '21 13:10 mritd

目前尝试开启系统编辑器,但是仍然有许多问题,需要等待 UI 库作者处理

mritd avatar Jan 10 '22 05:01 mritd

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 中生效

image

image

mritd avatar Jan 10 '22 06:01 mritd

v2.1.4 released

mritd avatar Jan 10 '22 06:01 mritd