配置 mdx 与 turbopack 继承;修复退出登录后循环跳转的问题;button 统一复用可导出样式并微调样式
This commit is contained in:
@@ -54,7 +54,7 @@ export default function Provider(props: ProviderProps) {
|
||||
// 用户信息
|
||||
// ======================
|
||||
|
||||
const profile = useProfileStore(store=>store.profile)
|
||||
const profile = useProfileStore(store => store.profile)
|
||||
|
||||
// ======================
|
||||
// render
|
||||
@@ -144,7 +144,7 @@ export default function Provider(props: ProviderProps) {
|
||||
</>
|
||||
: (
|
||||
<Link href={`/admin`}>
|
||||
<Button theme={`gradient`}>
|
||||
<Button theme={`gradient`} className={`h-12`}>
|
||||
进入控制台
|
||||
</Button>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user