feat: 官网按钮调整

This commit is contained in:
MistEO
2025-04-18 22:43:18 +08:00
parent 18a4a3fc31
commit deb5fa3044
2 changed files with 8 additions and 6 deletions

View File

@@ -39,12 +39,12 @@ export const HomeActions: FC = () => {
<div className="flex-row gap-4 items-center justify-center mt-4 flex flex-col md:flex-row">
<GlowButton translucent href="/docs">
<div className="flex items-center -ml-1 font-light">
<Icon icon={mdiDocument} fontSize="28px" />
<span className="ml-2"> FAQ</span>
<Icon icon={mdiDocument} fontSize="30px" />
<span className="ml-2">使</span>
</div>
</GlowButton>
<GlowButton translucent href="https://github.com/MaaAssistantArknights">
<GlowButton translucent href="https://github.com/MaaAssistantArknights/MaaAssistantArknights">
<div className="flex items-center -ml-1 text-sm">
<Icon icon={mdiGitHub} fontSize="20px" />
<span className="ml-2">GitHub</span>
@@ -54,7 +54,7 @@ export const HomeActions: FC = () => {
<GlowButton translucent href="https://status.annangela.cn/status/maa">
<div className="flex items-center -ml-1 text-sm">
<Icon icon={mdiMonitorEye} fontSize="20px" />
<span className="ml-2">MAA </span>
<span className="ml-2"></span>
</div>
</GlowButton>
</div>

View File

@@ -532,7 +532,9 @@ export const DownloadButtons: FC<{ release: Release }> = ({ release }) => {
bordered
onClick={() => setViewAll(true)}
>
<div className="text-base">
</div>
</GlowButton>
</div>
)}
@@ -542,7 +544,7 @@ export const DownloadButtons: FC<{ release: Release }> = ({ release }) => {
bordered
href={`https://mirrorchyan.com/zh/download?rid=MAA&os=${os}&arch=${arch}&channel=stable`}
>
<div className="text-xs">
<div className="text-sm">
<p><i> Mirror酱 CDK</i></p>
<p><i> Mirror酱 </i></p>
</div>