This commit is contained in:
BianLzhaoMin 2025-08-07 17:05:55 +08:00
parent 6b67f63439
commit e0d8cc7f7c
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
let keyList = []
for (let key in item) {
if (key.indexOf('-') > 0) {
if (key.indexOf('-') > 0 && key.split('-').length - 1 >= 2) {
keyList.push(item[key])
}
}