From 90a923eb4bd8bdd9bdce5b7084fbcce5c9a3c616 Mon Sep 17 00:00:00 2001 From: kifuan Date: Sun, 14 May 2023 17:57:18 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/includes/page/flink.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/includes/page/flink.pug b/layout/includes/page/flink.pug index e34f158..5ad70f3 100644 --- a/layout/includes/page/flink.pug +++ b/layout/includes/page/flink.pug @@ -4,7 +4,7 @@ if page.flink_url || page.random script. (()=>{ - const replaceSymbol = (str) => { + const replaceSymbol = (str) => { return str.replace(/[\p{P}\p{S}]/gu, "-") }