Home

Version 5.1 by Jiahao Lai on 2026/03/26 15:29
Warning: For security reasons, the document is displayed in restricted mode as it is not the current version. There may be differences and errors due to this.

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Help.Code.VelocityMacros]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Home.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Home.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Home.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Home.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Home.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Home.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

<div id="llm-chat-widget"></div>

<script>
 强制加载 CSS
var link = document.createElement('link');
link.rel = 'stylesheet';
link.href = '/webjars/org.xwiki.contrib.llm:application-ai-llm-chat-webjar/css/chatWidget.css';
document.head.appendChild(link);

 强制加载 JS 并启动浮窗
var script = document.createElement('script');
script.src = '/webjars/org.xwiki.contrib.llm:application-ai-llm-chat-webjar/js/chatWidget.js';
script.onload = function() {
  console.log("✅ Chat UI 加载成功!");
  LLMChatWidget.init();
};
document.body.appendChild(script);
</script>