parent
a31619db4b
commit
1b24a5c88b
|
|
@ -2599,7 +2599,7 @@ GitHub 官方也提供了一些 RSS:
|
|||
|
||||
## Minecraft CurseForge
|
||||
|
||||
### Mod 更新
|
||||
### Mod 更新 <Author uid="Indexyz"/>
|
||||
|
||||
举例: <https://rsshub.app/curseforge/files/jei>
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,8 @@ module.exports = async (ctx) => {
|
|||
.join(', ');
|
||||
document.author = $item('.user-tag a').text();
|
||||
document.title = $item('.details-header > h3').text();
|
||||
document.description = `${projectName} 的 ${document.author} 发布了新的文件: ${document.title}. 支持的版本为: ${supportVersions}`;
|
||||
document.description = `${projectName} 的 ${document.author} 发布了新的文件: ${document.title}. ` + `</br> 支持的版本为: ${supportVersions}`;
|
||||
|
||||
document.pubDate = new Date(Number($item('.standard-datetime').attr('data-epoch')) * 1000).toUTCString();
|
||||
document.guid = $item('.md5').text();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue