update searchMenu style

This commit is contained in:
LiuHao
2023-04-19 23:25:34 +08:00
parent 771f49354a
commit b263918426
4 changed files with 178 additions and 7 deletions

View File

@ -29,7 +29,8 @@ module.exports = {
// 关闭空类型检查 {}
extendDefaults: true,
types: {
'{}': false
'{}': false,
'Function': false
}
}
]