|
@@ -1013,6 +1013,7 @@ export function getGradualLengthByXml(xml) {
|
|
}
|
|
}
|
|
|
|
|
|
const isKeyWork = keys.find(k => {
|
|
const isKeyWork = keys.find(k => {
|
|
|
|
+ if (k === textContent) return true
|
|
const ks = k.split(' ')
|
|
const ks = k.split(' ')
|
|
return textContent && ks.includes(textContent)
|
|
return textContent && ks.includes(textContent)
|
|
})
|
|
})
|