parent
d0b8987f4a
commit
bc4c991537
|
|
@ -13,7 +13,7 @@ module.exports = async (ctx) => {
|
|||
titleTags.find('span').remove();
|
||||
const platform = $('.we-localnav__title__product').text();
|
||||
|
||||
const title = `${titleTags.text().trim()} for ${platform === 'App\u00A0Store' ? 'iOS' : 'macOS'} ${country === 'cn' ? '更新' : 'Update'} `;
|
||||
const title = `${titleTags.text().trim()} for ${platform === 'App Store' ? 'iOS' : 'macOS'} ${country === 'cn' ? '更新' : 'Update'} `;
|
||||
|
||||
const item = {};
|
||||
$('.whats-new').each(function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue