{/* 基本信息 */}
{t('基本信息')}
{t('用户的基本账户信息')}
{/* 权限设置 */}
{userId && (
{t('权限设置')}
{t('用户分组和额度管理')}
}
onClick={() => setIsModalOpen(true)}
/>
)}
{/* 绑定信息 */}
{t('绑定信息')}
{t('第三方账户绑定状态(只读)')}
{[
'github_id',
'discord_id',
'oidc_id',
'wechat_id',
'email',
'telegram_id',
].map((field) => (
))}
)}