feat: 修正Matters热门文章的标题名称 (#2535)

* Update cxxww.js

* fix: 修正Matters热门文章的标题
This commit is contained in:
ruleroller 2019-07-03 12:01:43 +08:00 committed by DIYgod
parent 9487b780cc
commit 059674ead2
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ module.exports = async (ctx) => {
ctx.cache.set(out[indexList[i]].link, JSON.stringify(out[i]));
}
ctx.state.data = {
title: $('title').text(),
title: `熱門文章 - ${$('title').text()}`,
link: url,
item: out,
};