This commit is contained in:
ruleroller 2019-06-19 17:48:04 +08:00 committed by DIYgod
parent d0b8987f4a
commit bc4c991537
1 changed files with 1 additions and 1 deletions

View File

@ -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() {