We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafd9e4 commit 6d354c2Copy full SHA for 6d354c2
1 file changed
src/app/feed/route.tsx
@@ -77,7 +77,7 @@ export async function GET() {
77
<div>
78
<blockquote>
79
该渲染由 Shiro API 生成,可能存在排版问题,最佳体验请前往:
80
- <a href={`${xss(item.link)}`}>${xss(item.link)}</a>
+ <a href={`${xss(item.link)}`}>{xss(item.link)}</a>
81
</blockquote>
82
{compiler(item.text, {
83
overrides: {
0 commit comments