Skip to content

Commit

Permalink
Site updated: 2025-01-06 14:39:35
Browse files Browse the repository at this point in the history
  • Loading branch information
starlitxiling committed Jan 6, 2025
1 parent 8cfd1d2 commit 7d5575b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Binary file added images/ly.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions links/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,22 @@ <h2 class="text-2xl font-bold">Normal</h2>
</a>
</li>

<li class="group transform scale-100 transition-transform duration-100 ease-linear active:scale-95">
<a target="_blank" rel="noopener" href="https://echoli.cn/">
<div class="flex flex-row items-center gap-1 sm:gap-2 overflow-hidden min-w-0 rounded-lg shadow-redefine-flat">
<div class="h-16 w-16 rounded-bl-lg bg-third-background-color">

<img class="rounded-l-lg h-16 w-16 max-w-none" src="/images/ly.jpg" onerror="this.style.display='none'">

</div>
<div class="flex flex-col min-w-0">
<div class="text-lg text-second-text-color ellipsis group-hover:!text-primary">Leon</div>
<div class="text-third-text-color ellipsis">Rust大佬</div>
</div>
</div>
</a>
</li>

</ul>


Expand Down

0 comments on commit 7d5575b

Please sign in to comment.