mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
feat: 官网按钮调整
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user