style: improve "Get API Key" link styling
- Change link color to light blue (text-blue-400) - Remove arrow symbol from link text - Apply to domestic official and aggregator provider API key links
This commit is contained in:
@@ -727,9 +727,9 @@ const ProviderForm: React.FC<ProviderFormProps> = ({
|
||||
href={getCurrentWebsiteUrl()}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-xs text-gray-500 hover:text-blue-600 transition-colors"
|
||||
className="text-xs text-blue-400 hover:text-blue-500 transition-colors"
|
||||
>
|
||||
获取 API Key →
|
||||
获取 API Key
|
||||
</a>
|
||||
</div>
|
||||
)}
|
||||
@@ -797,9 +797,9 @@ const ProviderForm: React.FC<ProviderFormProps> = ({
|
||||
href={getCurrentCodexWebsiteUrl()}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-xs text-gray-500 hover:text-blue-600 transition-colors"
|
||||
className="text-xs text-blue-400 hover:text-blue-500 transition-colors"
|
||||
>
|
||||
获取 API Key →
|
||||
获取 API Key
|
||||
</a>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user