fix(route): 更新 soul 地址 (#7717)
Co-authored-by: BugWriter2 <fakefake@outlook.com>
This commit is contained in:
parent
de8d4a0c09
commit
f728d1f515
|
|
@ -11,7 +11,7 @@ const generateResponse = async (items) => ({
|
|||
description: item.content,
|
||||
pubDate: new Date(item.createTime).toUTCString(),
|
||||
guid: item.pId,
|
||||
link: `https://w3.soulapp-inc.cn/activity/#/web/topic/detail?postIdEcpt=${item.pId}`,
|
||||
link: `https://w3.soulsmile.cn/activity/#/web/topic/detail?postIdEcpt=${item.pId}`,
|
||||
})),
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -4,14 +4,14 @@ const generateResponse = async (info, items) => ({
|
|||
// 源标题
|
||||
title: `「${info.name}」的瞬间`,
|
||||
// 源链接
|
||||
link: `https://w3.soulapp-inc.cn/activity/#/web/user?userIdEcpt=${info.id}`,
|
||||
link: `https://w3.soulsmile.cn/activity/#/web/user?userIdEcpt=${info.id}`,
|
||||
item: items.map((item) => ({
|
||||
title: `「${info.name}」的新瞬间:${item.pureContent}`,
|
||||
author: info.name,
|
||||
description: item.content,
|
||||
pubDate: new Date(item.createTime).toUTCString(),
|
||||
guid: item.id,
|
||||
link: `https://w3.soulapp-inc.cn/activity/#/web/topic/detail?postIdEcpt=${item.id}`,
|
||||
link: `https://w3.soulsmile.cn/activity/#/web/topic/detail?postIdEcpt=${item.id}`,
|
||||
})),
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue