diff --git a/docs/README.md b/docs/README.md index 99db83d34..9b4cb4b7d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1723,7 +1723,7 @@ GitHub 官方也提供了一些 RSS: - platform -| 桌面 | Android | Beta | Nightly | Android Beta | ESR | +| 桌面 | Android | Beta | Nightly | Android Beta | ESR | | ------- | ------- | ---- | ------- | ------------ | ------------- | | desktop | android | beta | nightly | android-beta | organizations | diff --git a/docs/en/README.md b/docs/en/README.md index 5465d45ce..9f12eadf8 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -168,7 +168,7 @@ Parameters: - platform -| Desktop | Android | Beta | Nightly | Android Beta | ESR | +| Desktop | Android | Beta | Nightly | Android Beta | ESR | | ------- | ------- | ---- | ------- | ------------ | ------------- | | desktop | android | beta | nightly | android-beta | organizations | diff --git a/routes/firefox/release.js b/routes/firefox/release.js index 0ec893a5a..5da5971ef 100644 --- a/routes/firefox/release.js +++ b/routes/firefox/release.js @@ -22,8 +22,14 @@ module.exports = async (ctx) => { .text()} release note`, link: `https://www.mozilla.org/en-US/firefox/${ctx.params.platform}/notes/`, description: $('.notes-section').html(), - guid: $('.version').find('h2').text(), - pubDate: new Date($('.version').find('p').text()).toUTCString(), + guid: $('.version') + .find('h2') + .text(), + pubDate: new Date( + $('.version') + .find('p') + .text() + ).toUTCString(), }, ], description: $('.description').text(),