diff --git a/lib/routes/tencent/wechat/tgchannel.js b/lib/routes/tencent/wechat/tgchannel.js index 6130b8e721..b59a14e092 100644 --- a/lib/routes/tencent/wechat/tgchannel.js +++ b/lib/routes/tencent/wechat/tgchannel.js @@ -87,6 +87,9 @@ module.exports = async (ctx) => { } } + // 修复文字格式错误 + single.description = single.description.replace(//g, '

'); + return single; }) .get()