style: apply prettier fixes

This commit is contained in:
hengm3467
2026-03-09 19:42:02 +08:00
parent 4434d9cf03
commit cff7bf2e65
2 changed files with 7 additions and 3 deletions

View File

@@ -183,7 +183,10 @@ const UsageFooter: React.FC<UsageFooterProps> = ({
{/* 扩展字段 extra */}
{firstUsage.extra && (
<span className="text-gray-500 dark:text-gray-400 truncate max-w-[150px]" title={firstUsage.extra}>
<span
className="text-gray-500 dark:text-gray-400 truncate max-w-[150px]"
title={firstUsage.extra}
>
{firstUsage.extra}
</span>
)}

View File

@@ -133,12 +133,13 @@ export const providerPresets: ProviderPreset[] = [
icon: "bailian",
iconColor: "#624AFF",
},
{
{
name: "Bailian For Coding",
websiteUrl: "https://bailian.console.aliyun.com",
settingsConfig: {
env: {
ANTHROPIC_BASE_URL: "https://coding.dashscope.aliyuncs.com/apps/anthropic",
ANTHROPIC_BASE_URL:
"https://coding.dashscope.aliyuncs.com/apps/anthropic",
ANTHROPIC_AUTH_TOKEN: "",
},
},