修改完毕

This commit is contained in:
2024-08-03 02:27:37 +08:00
committed by GitHub
parent 8d043576ea
commit c644786e87
2 changed files with 22 additions and 46 deletions

View File

@@ -1,14 +1,14 @@
一款用来适配Dify的chatbot的返回的markdown格式返回的消息处理
+ 提取Dify返回的Markdown图片链接中的网址并修改ReplyType为IMAGE_URL以便DoW自动下载Markdown链接中的图片
+ 提取Dify返回的包含 https://s.coze.cn/t/xxx 网址的Markdown链接中的图片网址并修改ReplyType为IMAGE_URL以便CoW自动下载Markdown链接中的图片
+ 提取Dify返回的包含网址的Markdown链接中的图片网址并修改ReplyType为IMAGE_URL以便CoW自动下载Markdown链接中的图片
+ 去掉每行结尾的Markdown链接中网址部分的小括号避免微信误以为“)”是网址的一部分导致微信中无法打开该页面。
**安装方法:**
```sh
#installp https://github.com/wangxyd/nicecoze.git
#installp https://github.com/AceyKubbo/dow-markdown.git
#scanp
```
@@ -18,5 +18,5 @@
**更新方法:**
```sh
#updatep nicecoze
#updatep dow_markdown
```