mcp提示词更新
This commit is contained in:
@@ -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>\"},
|
||||||
|
|||||||
Reference in New Issue
Block a user