mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-07 00:06:14 +00:00
index
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
---
|
||||
import { SITE } from 'astrowind:config';
|
||||
import logo from '~/assets/images/logo.svg';
|
||||
---
|
||||
|
||||
<span
|
||||
class="self-center ml-2 rtl:ml-0 rtl:mr-2 text-2xl md:text-xl font-bold text-gray-900 whitespace-nowrap dark:text-white"
|
||||
class="flex items-center self-center ml-2 rtl:ml-0 rtl:mr-2 text-2xl md:text-xl font-bold text-gray-900 whitespace-nowrap dark:text-white"
|
||||
>
|
||||
🚀 {SITE?.name}
|
||||
<img src={logo.src} loading="lazy" alt="RustDesk Logo" class="h-8 w-8 mr-2" />
|
||||
{SITE?.name?.toLowerCase()}
|
||||
</span>
|
||||
|
||||
@@ -9,15 +9,15 @@
|
||||
class="dark:bg-slate-700 bg-white/40 dark:text-slate-300 font-semibold px-1 py-0.5 text-xs mr-0.5 rtl:mr-0 rtl:ml-0.5 inline-block"
|
||||
>NEW</span
|
||||
>
|
||||
<a href="https://astro.build/blog/astro-4150/" class="text-muted hover:underline dark:text-slate-400 font-medium"
|
||||
>Astro 4.15 is now available! »</a
|
||||
<a href="https://rustdesk.com/blog/rustdesk-1.3.1/" class="text-muted hover:underline dark:text-slate-400 font-medium"
|
||||
>RustDesk 1.3.1 is now available! »</a
|
||||
>
|
||||
<a
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
class="ltr:ml-auto rtl:mr-auto w-[5.6rem] h-[1.25rem] ml-auto bg-contain inline-block bg-[url(https://img.shields.io/github/stars/onwidget/astrowind.svg?style=social&label=Stars&maxAge=86400)]"
|
||||
title="If you like AstroWind, give us a star."
|
||||
href="https://github.com/onwidget/astrowind"
|
||||
class="ltr:ml-auto rtl:mr-auto w-[5.6rem] h-[1.25rem] ml-auto bg-contain inline-block bg-[url(https://img.shields.io/github/stars/rustdesk/rustdesk.svg?style=social&label=Stars&maxAge=86400)]"
|
||||
title="If you like RustDesk, give us a star."
|
||||
href="https://github.com/rustdesk/rustdesk"
|
||||
>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user