Skip to content

Commit

Permalink
fix: apply link style
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Sep 13, 2023
1 parent c4903ec commit 25d32ca
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions src/app/friends/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,21 +254,24 @@ const ApplyLinkInfo: FC = () => {
`**失联站点将会定期移除,非法网站会立即禁止并拉黑。**`,
`<br />`,
`### 本站信息`,
].join('\n\n') +
[
'',
`**站点标题**: [${
seo.title
}](${`${location.protocol}//${location.host}`})`,
`**站点描述**: ${seo.description}`,
`**主人头像**: [点击下载](${avatar})`,
`**主人名字**: ${name}`,
].join('\n\n')}
].join('\n\n')}
</Markdown>
<Markdown className="[&_p]:!my-1">
{[
'',
`**站点标题**: [${
seo.title
}](${`${location.protocol}//${location.host}`})`,
`**站点描述**: ${seo.description}`,
`**主人头像**: [点击下载](${avatar})`,
`**主人名字**: ${name}`,
].join('\n\n')}
</Markdown>
</div>

<StyledButton
variant="primary"
className="mt-5"
onClick={() => {
present({
title: '我想和你交朋友!',
Expand Down

1 comment on commit 25d32ca

@vercel
Copy link

@vercel vercel bot commented on 25d32ca Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

shiro-innei.vercel.app
innei.in
springtide.vercel.app
shiro-git-main-innei.vercel.app

Please sign in to comment.