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()}
|
href={getCurrentWebsiteUrl()}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
@@ -797,9 +797,9 @@ const ProviderForm: React.FC<ProviderFormProps> = ({
|
|||||||
href={getCurrentCodexWebsiteUrl()}
|
href={getCurrentCodexWebsiteUrl()}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user