fix style

This commit is contained in:
rustdesk 2024-10-15 23:34:52 +08:00
parent 503a39a263
commit 27d095fd90
2 changed files with 5 additions and 5 deletions

View File

@ -143,19 +143,19 @@ const metadata = {
items={[ items={[
{ {
title: 'Step 1: Install Docker', title: 'Step 1: Install Docker',
description: '<pre class="text-gray-600 dark:text-gray-500">bash <(wget -qO- https://get.docker.com)</pre>', description: '<code class="text-gray-600 dark:text-gray-500">bash <(wget -qO- https://get.docker.com)</code>',
icon: 'tabler:package', icon: 'tabler:package',
}, },
{ {
title: 'Step 2: Download compose.yml', title: 'Step 2: Download compose.yml',
description: `<pre class="text-gray-600 dark:text-gray-500">wget rustdesk.com/oss.yml -O compose.yml</pre> description: `<code class="text-gray-600 dark:text-gray-500">wget rustdesk.com/oss.yml -O compose.yml</code>
<p class="text-center text-sm">or</p> <p class="text-center text-sm">or</p>
<pre class="text-gray-600 dark:text-gray-500">wget rustdesk.com/pro.yml -O compose.yml</pre>`, <code class="text-gray-600 dark:text-gray-500">wget rustdesk.com/pro.yml -O compose.yml</code>`,
icon: 'tabler:download', icon: 'tabler:download',
}, },
{ {
title: `Step 3: Compose`, title: `Step 3: Compose`,
description: '<pre class="text-gray-600 dark:text-gray-500">docker compose up -d</pre>', description: '<code class="text-gray-600 dark:text-gray-500">docker compose up -d</code>',
icon: 'tabler:hammer', icon: 'tabler:hammer',
}, },
{ {