mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🐞 fix: 修复部分问题
This commit is contained in:
parent
03eea09213
commit
4b9e533f4e
@ -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插件][总结模块] 内容评估出错...");
|
||||
|
Loading…
x
Reference in New Issue
Block a user