mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-01 14:57:14 +08:00
fix: update titles
This commit is contained in:
@@ -61,9 +61,9 @@ async function handler() {
|
||||
);
|
||||
|
||||
return {
|
||||
title: '少数派 -- 首页',
|
||||
title: '少数派',
|
||||
link: 'https://sspai.com',
|
||||
description: '少数派 -- 首页',
|
||||
description: '少数派首页',
|
||||
item: items,
|
||||
};
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ async function handler(ctx) {
|
||||
collect,
|
||||
} = await getUser(url, cache);
|
||||
|
||||
const title = `${basicInfo.nickname} - ${category === 'notes' ? '笔记' : '收藏'} • 小红书 / RED`;
|
||||
const title = `${basicInfo.nickname} - 小红书${category === 'notes' ? '笔记' : '收藏'}`;
|
||||
const description = `${basicInfo.desc} ${tags.map((t) => t.name).join(' ')} ${interactions.map((i) => `${i.count} ${i.name}`).join(' ')}`;
|
||||
const image = basicInfo.imageb || basicInfo.images;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user