添加动作注释

This commit is contained in:
codeboss 2025-04-05 22:13:26 +08:00
parent 6936761994
commit 2f0de3acdc
1 changed files with 1 additions and 0 deletions

View File

@ -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}"