添加动作注释
This commit is contained in:
parent
6936761994
commit
2f0de3acdc
|
@ -187,6 +187,7 @@ open HtmlStruct
|
|||
let xcontent = head_str + (nodes_str|> List.reduce(fun a b -> a + "\n" + b))
|
||||
use wr = new StreamWriter(path,false)
|
||||
wr.Write(xcontent)
|
||||
printfn $"- {path}文档格式化完成。"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue