Skip to content

Commit 6d354c2

Browse files
committed
fix: feed link
Signed-off-by: Innei <i@innei.in>
1 parent fafd9e4 commit 6d354c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/feed/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export async function GET() {
7777
<div>
7878
<blockquote>
7979
该渲染由 Shiro API 生成,可能存在排版问题,最佳体验请前往:
80-
<a href={`${xss(item.link)}`}>${xss(item.link)}</a>
80+
<a href={`${xss(item.link)}`}>{xss(item.link)}</a>
8181
</blockquote>
8282
{compiler(item.text, {
8383
overrides: {

0 commit comments

Comments
 (0)