mcp提示词更新

This commit is contained in:
2026-02-27 09:23:32 +08:00
parent be25807b6e
commit 1ac7d22fb7

View File

@@ -138,8 +138,8 @@ async def edit_docx(input_docx_url: str, output_docx_url: str, replacements: Opt
- 替换指定序号的图片 - 替换指定序号的图片
参数: 参数:
- input_docx_url: 输入 DOCX 文件路径,或 HTTP/HTTPS URL - input_docx_url: 输入 DOCX 文件HTTP/HTTPS URL
- output_docx_url: 输出 DOCX 文件路径 - output_docx_url: 输出 DOCX 文件HTTP/HTTPS URL
- replacements: 文本替换规则列表,例如: - replacements: 文本替换规则列表,例如:
[ [
{\"old\": \"旧标题\", \"new\": \"<span color='#FF0000'>新标题</span>\"}, {\"old\": \"旧标题\", \"new\": \"<span color='#FF0000'>新标题</span>\"},