文档更改Home

Yang Sheng 于 2025-02-42,18:57 最后修改

从版本 167.1
Yang Sheng编辑
在2025-02-42,02:00上
修改评论: 该版本没有评论
到版本
Yang Sheng编辑
在2025-02-42,01:51上
修改评论: 该版本没有评论

摘要

细节

页面属性
内容
... ... @@ -44,8 +44,7 @@
44 44   #if($docTitle == '')
45 45   #set($docTitle = "Untitled Document")
46 46   #end
47 - ## 添加每个文档链接到输出
48 - #set($output = "${output}* [[${docTitle}>>${document.getExternalURL('view')}]]")
47 + #set($output = "${output}* [[${docTitle}>>${document.getExternalURL('view')}]]\\n")
49 49   #set($hasUpdates = true)
50 50   #end
51 51   #end
... ... @@ -54,10 +54,10 @@
54 54  
55 55   ## 仅在有更新时显示标题和内容
56 56   #if($hasUpdates)
57 - = $topPage =
58 - $output
56 + = $topPage =\n$output
59 59   #end
60 60  #end
61 61  {{/velocity}}
62 -
60 +
61 +
63 63  )))