修复列表文件过滤问题

This commit is contained in:
lyswhut 2021-10-21 15:16:57 +08:00
parent 74da0cb8a3
commit bbe4029350

View File

@ -24,4 +24,4 @@ export const NAV_VIEW_NAMES = {
setting: 4,
}
const LXM_FILE_EXT_RXP = /\.(json|lxmc)$/
export const LXM_FILE_EXT_RXP = /\.(json|lxmc)$/