Behemoth Cognitive 于 2025/10/05 03:02 最后修改

从版本 1.1
Jiko Cognitive编辑
在2025/10/04 09:56上
修改评论: 创建用户
到版本
Behemoth Cognitive编辑
在2025/10/05 03:01上
修改评论: 该版本没有评论

摘要

细节

页面属性
文档作者
... ... @@ -1,1 +1,1 @@
1 -XWiki.JikoCognitive
1 +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 +启用