From f8afb41b72fdf50eb862e25aeaad98b1daa1369f Mon Sep 17 00:00:00 2001 From: lizheming Date: Thu, 20 Dec 2018 21:58:58 +0800 Subject: [PATCH] add render support for title --- plugin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin.js b/plugin.js index f095e8d..6e71bc1 100644 --- a/plugin.js +++ b/plugin.js @@ -47,6 +47,7 @@ function sendMsgFromWork({ safe, title }) { + title = render(title); const description = render(message); const textcard = { title, url, btntext, description }; return request({