feat: 更新嵌入页面

This commit is contained in:
2026-07-27 19:38:16 +08:00
parent 44bafa1435
commit 6a8c75fc94

View File

@@ -35,12 +35,12 @@ import {metadata} from '@/consts.ts'
<div class="gitea-content"> <div class="gitea-content">
<div> <div>
<span>博客地址: </span> <span>博客地址: </span>
<a href="https://ua42.com">{metadata.siteTitle}</a> <a target="_blank" href="https://ua42.com">{metadata.siteTitle}</a>
</div> </div>
<div> <div>
<span>仓库地址: </span> <span>仓库地址: </span>
<a href="https://git.ua42.com/beggin">点击访问</a> <a target="_blank" href="https://git.ua42.com/beggin">点击访问</a>
</div> </div>
</div> </div>
</div> </div>