mirror of
https://github.com/ArthurDanjou/artapi.git
synced 2026-02-01 12:47:58 +01:00
Fix UCard dark mode styling and add ColorModeSelect component
Co-authored-by: ArthurDanjou <29738535+ArthurDanjou@users.noreply.github.com>
This commit is contained in:
@@ -222,7 +222,11 @@ const apiEndpoints = [
|
||||
<h3 class="text-xl font-semibold mb-4">
|
||||
MCP Configuration
|
||||
</h3>
|
||||
<UCard variant="solid">
|
||||
<UCard
|
||||
:ui="{
|
||||
body: 'bg-gray-900 dark:bg-gray-950'
|
||||
}"
|
||||
>
|
||||
<pre class="text-sm text-gray-100 overflow-x-auto">
|
||||
<code>{
|
||||
"mcpServers": {
|
||||
@@ -239,7 +243,11 @@ const apiEndpoints = [
|
||||
<h3 class="text-xl font-semibold mb-4">
|
||||
Direct Connection
|
||||
</h3>
|
||||
<UCard variant="solid">
|
||||
<UCard
|
||||
:ui="{
|
||||
body: 'bg-gray-900 dark:bg-gray-950'
|
||||
}"
|
||||
>
|
||||
<pre class="text-sm text-gray-100 overflow-x-auto"><code>https://api.arthurdanjou.fr/mcp</code></pre>
|
||||
</UCard>
|
||||
<p class="text-sm text-gray-600 dark:text-gray-400 mt-2">
|
||||
|
||||
Reference in New Issue
Block a user