feat: 修正Matters热门文章的标题名称 (#2535)
* Update cxxww.js * fix: 修正Matters热门文章的标题
This commit is contained in:
parent
9487b780cc
commit
059674ead2
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue