feat: Add Aliyun LLM Observability Integration (#21471)

This commit is contained in:
heyszt
2025-07-04 21:54:33 +08:00
committed by GitHub
parent fec6bafcda
commit a201e9faee
33 changed files with 1156 additions and 32 deletions

View File

@@ -32,7 +32,7 @@ export default function SocialAuth(props: SocialAuthProps) {
<span className={
classNames(
style.githubIcon,
'w-5 h-5 mr-2',
'mr-2 h-5 w-5',
)
} />
<span className="truncate">{t('login.withGitHub')}</span>
@@ -50,7 +50,7 @@ export default function SocialAuth(props: SocialAuthProps) {
<span className={
classNames(
style.googleIcon,
'w-5 h-5 mr-2',
'mr-2 h-5 w-5',
)
} />
<span className="truncate">{t('login.withGoogle')}</span>