文档更改Home
由 Yang Sheng 于 2025-02-42,18:57 最后修改
摘要
-
页面属性 (1 修改, 0 新增, 0 删除)
细节
- 页面属性
-
- 内容
-
... ... @@ -55,8 +55,16 @@ 55 55 56 56 ## 仅在有更新时显示标题和内容 57 57 #if($hasUpdates) 58 - = $topPage = 59 - $output 58 + {{html clean="false" wiki="false"}} 59 + <h2>$topPage</h2> 60 + <ul> 61 + #foreach($line in $output.split("\n")) 62 + #if($line.trim() != "") 63 + <li>$line</li> 64 + #end 65 + #end 66 + </ul> 67 + {{/html}} 60 60 #end 61 61 #end 62 62 {{/velocity}}