feat: add download image port configuration and improve image retrieval process

This commit is contained in:
Ethan
2025-02-25 11:32:35 +08:00
parent 0875c0f266
commit 2ffe2967d6
6 changed files with 83 additions and 55 deletions
+5
View File
@@ -325,6 +325,11 @@
"default": "",
"description": "gewechat 的 url"
},
"gewechat_downloadImage_port": {
"type": "integer",
"default": 2532,
"description": "gewechat 下载图片的端口"
},
"port": {
"type": "integer",
"default": 2286,