firefox improve (#683)
* firefox add pubdate and guid * Update README.md * Update README.md
This commit is contained in:
parent
5eb2450e6b
commit
7f12c6e4dc
|
|
@ -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"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue