mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-18 23:16:49 +00:00
external css 修复
This commit is contained in:
@@ -122,7 +122,7 @@ export const convertVal = val => {
|
||||
}
|
||||
|
||||
// 配置值前可能有污染的空格
|
||||
if (!val.indexOf('[') > 0 || val.indexOf('{')) {
|
||||
if (val.indexOf('[') < 0 && val.indexOf('{') < 0) {
|
||||
return val
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user