chore: 格式

This commit is contained in:
kifuan 2023-05-14 17:57:18 +08:00
parent ed5ba1d5a9
commit 90a923eb4b

View File

@ -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, "-")
}