firefox improve (#683)

* firefox add pubdate and guid

* Update README.md

* Update README.md
This commit is contained in:
Gary Williams 2018-09-12 18:06:15 +08:00 committed by DIYgod
parent 5eb2450e6b
commit 7f12c6e4dc
3 changed files with 8 additions and 6 deletions

View File

@ -1723,9 +1723,9 @@ GitHub 官方也提供了一些 RSS:
- platform
| 桌面 | Android | Beta | Nightly | Android Beta |
| ------- | ------- | ---- | ------- | ------------ |
| desktop | android | beta | nightly | android-beta |
| 桌面 | Android | Beta | Nightly | Android Beta | ESR |
| ------- | ------- | ---- | ------- | ------------ | ------------- |
| desktop | android | beta | nightly | android-beta | organizations |
### 腾讯云移动直播 SDK <Author uid="cielpy"/>

View File

@ -168,9 +168,9 @@ Parameters:
- platform
| Desktop | Android | Beta | Nightly | Android Beta |
| ------- | ------- | ---- | ------- | ------------ |
| desktop | android | beta | nightly | android-beta |
| Desktop | Android | Beta | Nightly | Android Beta | ESR |
| ------- | ------- | ---- | ------- | ------------ | ------------- |
| desktop | android | beta | nightly | android-beta | organizations |
### App Store/Mac App Store Updates <Author uid="cielpy"/>

View File

@ -22,6 +22,8 @@ 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(),
},
],
description: $('.description').text(),