diff --git a/lib/routes/sspai/index.ts b/lib/routes/sspai/index.ts index 7c2151562..18813cfd0 100644 --- a/lib/routes/sspai/index.ts +++ b/lib/routes/sspai/index.ts @@ -61,9 +61,9 @@ async function handler() { ); return { - title: '少数派 -- 首页', + title: '少数派', link: 'https://sspai.com', - description: '少数派 -- 首页', + description: '少数派首页', item: items, }; } diff --git a/lib/routes/xiaohongshu/user.ts b/lib/routes/xiaohongshu/user.ts index 0ae7c9c18..b045dac67 100644 --- a/lib/routes/xiaohongshu/user.ts +++ b/lib/routes/xiaohongshu/user.ts @@ -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;