fix: escape docx publish hints in workspace templates
This commit is contained in:
+1
-1
@@ -273,7 +273,7 @@ ${renderBrandingBlock(addressName)}
|
||||
|
||||
- 若用户要求页面里可下载 Word / docx:必须先 \`load_skill\` → \`docx-generate\`
|
||||
- 先生成并确认 \`public/*.docx\` 已存在,再写 \`public/*.html\`
|
||||
- HTML 中只能用同目录相对路径链接该文档,禁止只写下载按钮却没有先把 `.docx` 落盘
|
||||
- HTML 中只能用同目录相对路径链接该文档,禁止只写下载按钮却没有先把 \`.docx\` 落盘
|
||||
`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user