♻️Refactor: OAuth2Callback Page

This commit is contained in:
Apple\Apple
2025-05-20 23:47:29 +08:00
parent a5bccd02dc
commit e07163c568
2 changed files with 12 additions and 8 deletions

View File

@@ -95,14 +95,14 @@ const Home = () => {
{/* 操作按钮 */}
<div className="mt-6 md:mt-10 flex flex-wrap gap-4 justify-center md:justify-start">
<Link to="/console">
<Button theme="solid" type="primary" size="large">
<Button theme="solid" type="primary" size="large" className="!rounded-3xl">
{t('开始使用')}
</Button>
</Link>
{isDemoSiteMode && (
<Button
size="large"
className="flex items-center"
className="flex items-center !rounded-3xl"
icon={<IconGithubLogo />}
onClick={() => window.open('https://github.com/QuantumNous/new-api', '_blank')}
>