feat(gemini-ops): 新增图片去水印功能,支持文件和 base64 数据处理

This commit is contained in:
WJZ_P
2026-03-21 20:34:03 +08:00
parent a4f7f0433f
commit 120e00b188
6 changed files with 842 additions and 2 deletions

View File

@@ -21,6 +21,7 @@
"@modelcontextprotocol/sdk": "^1.27.1",
"puppeteer-core": "^24.39.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
"puppeteer-extra-plugin-stealth": "^2.11.2",
"sharp": "^0.34.5"
}
}