由 Behemoth Cognitive 于 2025/10/05 03:02 最后修改
摘要
细节
- 页面属性
-
- 文档作者
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. JikoCognitive1 +XWiki.Behemoth - 内容
-
... ... @@ -1,0 +1,9 @@ 1 +{{velocity}} 2 +## 确保 Drafts 空间存在 3 +#set($draftsHome = $xwiki.getDocument("${doc.space}.Drafts.WebHome")) 4 +#if($draftsHome.isNew()) 5 + $draftsHome.setTitle("我的写作草稿") 6 + $draftsHome.setContent("所有写作项目草稿存放于此。") 7 + $draftsHome.save("自动创建草稿空间", true) 8 +#end 9 +{{/velocity}}
- XWiki.XWikiUsers[0]
-
- 激活的
-
... ... @@ -1,1 +1,1 @@ 1 - 未启用1 +已启用