🐞 fix: 修复部分问题

This commit is contained in:
zhiyu1998 2024-05-30 16:48:31 +08:00
parent 03eea09213
commit 4b9e533f4e

View File

@ -20,7 +20,7 @@ export function contentEstimator(link) {
} else if (sspaiReg.test(link)) {
return {
name: '少数派',
summaryLink: sspaiReg.execSync(link)?.[0]
summaryLink: sspaiReg.exec(link)?.[0]
}
} else {
logger.error("[R插件][总结模块] 内容评估出错...");