setActive(item)}
className='bg-background hover:bg-accent flex cursor-pointer items-center justify-between rounded-[40px] border p-1 sm:p-4'
>
@@ -149,17 +149,34 @@ export function TutorialButton({ items }: { items: Item[] }) {
)}
-
- {t('read')}
-
+
+ {item.download ? (
+
+ 官方下载
+
+ ) : null}
+
setActive(item)}
+ className={cn(
+ buttonVariants({
+ variant: 'primary',
+ }),
+ 'px-3 sm:min-w-[80px]',
+ )}
+ >
+ {t('read')}
+
+
))}
diff --git a/apps/user/app/(main)/(content)/(user)/profile/third-party-accounts.tsx b/apps/user/app/(main)/(content)/(user)/profile/third-party-accounts.tsx
index 8dd999e..3bf6279 100644
--- a/apps/user/app/(main)/(content)/(user)/profile/third-party-accounts.tsx
+++ b/apps/user/app/(main)/(content)/(user)/profile/third-party-accounts.tsx
@@ -133,6 +133,7 @@ function MobileBindDialog({