From d3027b421a09e4d6e94924bd277182356eee79d0 Mon Sep 17 00:00:00 2001 From: 2betop <2betop.cn@gmail.com> Date: Thu, 30 Apr 2020 15:08:19 +0800 Subject: [PATCH] =?UTF-8?q?link=20url=20=E9=87=8C=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E4=B8=8D=E8=87=AA=E5=8A=A8=E8=BD=AC=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderers/Page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/renderers/Page.tsx b/src/renderers/Page.tsx index 811acdd6..35cc3dff 100644 --- a/src/renderers/Page.tsx +++ b/src/renderers/Page.tsx @@ -198,7 +198,11 @@ export default class Page extends React.Component { } env.jumpTo( - filter((action.to || action.url || action.link) as string, ctx), + filter( + (action.to || action.url || action.link) as string, + ctx, + '| raw' + ), action, ctx );