文档更改Home

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

从版本 165.1
Yang Sheng编辑
在2025-02-42,01:55上
修改评论: 该版本没有评论
到版本
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')}]]\n")
47 + #set($output = "${output}* [[${docTitle}>>${document.getExternalURL('view')}]]\\n")
49 49   #set($hasUpdates = true)
50 50   #end
51 51   #end
... ... @@ -54,9 +54,7 @@
54 54  
55 55   ## 仅在有更新时显示标题和内容
56 56   #if($hasUpdates)
57 -= $topPage =
58 -$output
59 -
56 + = $topPage =\n$output
60 60   #end
61 61  #end
62 62  {{/velocity}}