文档更改Home
由 Yang Sheng 于 2025-02-42,18:57 最后修改
摘要
-
页面属性 (1 修改, 0 新增, 0 删除)
细节
- 页面属性
-
- 内容
-
... ... @@ -15,17 +15,14 @@ 15 15 (% class="col-xs-12 col-sm-6" %) 16 16 ((( 17 17 === 近期更新 === 18 - 19 19 {{velocity}} 20 -## 这里定义一级链接列表19 +## 定义一级链接列表 21 21 #set($topLevelPages = ["Home", "AI For Service", "AIO知识库", "脚本&自动化"]) 22 22 23 -## 这里定义需要忽略的页面标题列表22 +## 定义需要忽略的页面标题列表 24 24 #set($ignoreTitles = ["页面管理", "脚本&自动化"]) 25 25 26 -## 输出CSS样式到<head>部分 27 -{{html}} 28 -<head> 25 +## 自定义CSS样式 29 29 <style> 30 30 .recent-updates { 31 31 font-family: Arial, sans-serif; ... ... @@ -55,10 +55,7 @@ 55 55 text-decoration: underline; 56 56 } 57 57 </style> 58 -</head> 59 -{{/html}} 60 60 61 -## 输出近期更新内容 62 62 <div class="recent-updates"> 63 63 <h2>近期更新</h2> 64 64 #foreach($topPage in $topLevelPages) ... ... @@ -98,10 +98,7 @@ 98 98 </div> 99 99 {{/velocity}} 100 100 101 - 102 - 103 103 ))) 104 - 105 105 (% class="col-xs-12 col-sm-6" %) 106 106 ((( 107 107 === 相关链接 ===