chore(laytpl): 兼容性调整 (#2638)

pull/2647/head
morning-star 2025-04-17 23:12:06 +08:00 committed by GitHub
parent a1e084c6b4
commit 6fc761e63b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@
var closeDelimiter = options.close;
var condense = options.condense;
var regex = tools.regex;
const placeholder = '\u2028'; // Unicode 行分隔符
var placeholder = '\u2028'; // Unicode 行分隔符
// console.log('compile');